Refine code
This commit is contained in:
parent
3b03643a20
commit
6a21a64488
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
||||||
<footer class="post-footer">
|
<footer class="post-footer">
|
||||||
<ul class="post-tags">
|
<ul class="post-tags">
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<li><a href="{{ "tags/" | absURL }}{{ . | urlize }}/">{{ . }}</a></li>
|
{{ $href := print (absURL "tags/") (urlize .) }}
|
||||||
|
<li><a href="{{ $href }}">{{ . }}</a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue