1
Fork 0

Add links to all tags on posts page

This commit is contained in:
Jake Howard 2020-09-11 23:59:29 +01:00
parent 9b6f6d4fc7
commit ff80f78a82
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -3,9 +3,13 @@
<div class="container">
{{ partial "content.html" . }}
<p class="float-right">
<a href="{{ ref . "/tags" }}" title="All Tags"><i class="fas fa-tag ml-3"></i></a>
{{ with .OutputFormats.Get "rss" }}
<p class="float-right"><a href="{{ .Permalink }}"><i class="fas fa-rss"></i> Subscribe</a></p>
<a href="{{ .Permalink }}" title="Subscribe"><i class="fas fa-rss ml-3"></i></a>
{{ end }}
</p>
{{ range .Pages.GroupByDate "2006-01" }}
{{ $month := print .Key "-01" }}