diff --git a/content/_index.md b/content/_index.md index 6539e61..f61438b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,4 @@ --- title: Billets à la mer subtitle: Pensées d'un ingénieur qui voulait être vivant -menu: main --- diff --git a/themes/chosto/layouts/_default/baseof.html b/themes/chosto/layouts/_default/baseof.html index 49aa050..9474255 100644 --- a/themes/chosto/layouts/_default/baseof.html +++ b/themes/chosto/layouts/_default/baseof.html @@ -1,13 +1,15 @@ {{- partial "head.html" . -}} - - {{- partial "navbar.html" . -}} - {{- partial "header.html" . -}} +
- {{- block "main" . }}{{- end }} + {{- partial "navbar.html" . -}} + {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} + {{- partial "about.html" . -}} +
+ {{- partial "footer.html" . -}}
- {{- partial "about.html" . -}} - {{- partial "footer.html" . -}} diff --git a/themes/chosto/layouts/index.html b/themes/chosto/layouts/index.html index 9e11bfe..b0ed745 100644 --- a/themes/chosto/layouts/index.html +++ b/themes/chosto/layouts/index.html @@ -8,7 +8,7 @@ {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} - {{ template "_internal/pagination.html" . }} + {{- partial "pagination.html" . -}} {{ end }} diff --git a/themes/chosto/layouts/partials/footer.html b/themes/chosto/layouts/partials/footer.html index bc65e3b..5f3a99c 100644 --- a/themes/chosto/layouts/partials/footer.html +++ b/themes/chosto/layouts/partials/footer.html @@ -1,3 +1,15 @@ -