Skip to content

Commit 62f9bdc

Browse files
committed
More content and homepage fix
1 parent 81d07ef commit 62f9bdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_layout/nav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
22
<div class="container">
33
<span class="navbar-brand">
4+
<a href="/">
45
{{if add_nav_logo}}
56
<img src="{{ nav_logo_path }}" class="img-fluid" style="{{ nav_logo_style }}" alt="{{ nav_logo_alt }}"/>
67
{{end}}
7-
<a href="/">JuliaGPs</a>
8+
JuliaGPs</a>
89
{{if sub_page}}
910
<a href="#page-top"> : {{title}}</a>
1011
{{end}}

tutorials.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
\begin{section}{title="Tutorial list", name="Tutorial list"}
55
\lead{You will find here a collection of tutorials involving one or more packages from the JuliaGPs ecosystem.
66

7-
- [Gaussian Process Regression with hyperparameter optimization](tutorials/gpwithopt)
7+
**The list is currently empty but content will be added soon**
8+
<!-- - [Gaussian Process Regression with hyperparameter optimization](tutorials/gpwithopt) -->
89

910
}
1011
\end{section}

0 commit comments

Comments
 (0)