mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
include link to all tags on post tag list
This commit is contained in:
parent
eeb94c6a9a
commit
5aa435b323
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</p>
|
||||
<p>
|
||||
{{- with .Params.tags -}}
|
||||
tags:<br>
|
||||
<a href="/tags">tags</a>:<br>
|
||||
{{- range . }}
|
||||
{{- $tag := urlize . -}}
|
||||
[<a href='{{ absLangURL (printf "tags/%s" $tag) }}' title="{{ . }}">{{ . }}</a>]
|
||||
|
|
Loading…
Reference in a new issue