Add links to all tags on posts page
This commit is contained in:
parent
9b6f6d4fc7
commit
ff80f78a82
1 changed files with 7 additions and 3 deletions
|
@ -3,9 +3,13 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ partial "content.html" . }}
|
{{ partial "content.html" . }}
|
||||||
|
|
||||||
{{ with .OutputFormats.Get "rss" }}
|
<p class="float-right">
|
||||||
<p class="float-right"><a href="{{ .Permalink }}"><i class="fas fa-rss"></i> Subscribe</a></p>
|
<a href="{{ ref . "/tags" }}" title="All Tags"><i class="fas fa-tag ml-3"></i></a>
|
||||||
{{ end }}
|
|
||||||
|
{{ with .OutputFormats.Get "rss" }}
|
||||||
|
<a href="{{ .Permalink }}" title="Subscribe"><i class="fas fa-rss ml-3"></i></a>
|
||||||
|
{{ end }}
|
||||||
|
</p>
|
||||||
|
|
||||||
{{ range .Pages.GroupByDate "2006-01" }}
|
{{ range .Pages.GroupByDate "2006-01" }}
|
||||||
{{ $month := print .Key "-01" }}
|
{{ $month := print .Key "-01" }}
|
||||||
|
|
Loading…
Reference in a new issue