diff --git a/layouts/index.html b/layouts/index.html index 0361bce..148525e 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -37,7 +37,7 @@ {{/* Now, range through the next four after the initial $n_posts items. Nest the requirements, "after" then "first" on the outside */}} {{ range (first 4 (after $n_posts $section)) }}

- + {{ .Title }}

@@ -45,7 +45,7 @@ {{/* As above, Use $section_name to get the section title, and URL. Use "with" to only show it if it exists */}} {{ with .Site.GetPage "section" $section_name }} - {{ i18n "allTitle" . }} + {{ i18n "allTitle" . }} {{ end }} {{ end }} diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index d1f31da..e055502 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -9,7 +9,7 @@