diff --git a/layouts/index.html b/layouts/index.html index 0361bce45..148525e97 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -37,7 +37,7 @@

{{ i18n "more" }}

{{/* 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 d1f31dac6..e0555024e 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -9,7 +9,7 @@