fixed line for pages without tags
This commit is contained in:
parent
a34386387c
commit
a4a6ec7e94
@ -9,8 +9,8 @@
|
|||||||
{{ template "_internal/disqus.html" . }}
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
||||||
<div class="page-footer">
|
<div class="page-footer">
|
||||||
<hr class="footer-divider">
|
|
||||||
{{if .Params.tags}}
|
{{if .Params.tags}}
|
||||||
|
<hr class="footer-divider">
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<a class="tag" href="/tags/{{ . | urlize }}">#{{.}}</a>
|
<a class="tag" href="/tags/{{ . | urlize }}">#{{.}}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user