summaryrefslogtreecommitdiff
path: root/layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html
index 5a8368b..11e43bc 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -12,6 +12,11 @@
</ul>
</nav>
{{ end }}
+ {{ $tagList := .Site.GetPage (lower (i18n "tags")) }}
+ {{ if and $tagList $tagList.Pages }}
+ <h2>{{ i18n "tags" }}</h2>
+ <p>{{ emojify ":link:" }}&nbsp;<a class="link link--internal" href="{{ $tagList.RelPermalink }}" rel="noreferrer">{{ i18n "tagList" }}</a></p>
+ {{ end }}
{{ with .OutputFormats.Get "Atom" }}
<h2>{{ i18n "feeds" }}</h2>
<p>{{ emojify ":link:" }}&nbsp;<a class="link link--internal" href="{{ .RelPermalink }}" rel="noreferrer">{{ i18n "atomFeed" }}</a></p>