layouts/index.html
@@ -44,7 +44,7 @@ {{ end }} {{/* 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 }} {{ with $.Site.GetPage "section" $section_name }} <a href="{{ .RelPermalink }}" class="link db f6 pa2 br3 bg-mid-gray white dim w4 tc">{{ i18n "allTitle" . }}</a> {{ end }} </section>