mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-28 13:44:13 -04:00
update
This commit is contained in:
parent
01aa49cb24
commit
cfbdd0250f
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
{{ if .Params.tags }}
|
||||
<ul class="post-tags">
|
||||
{{ range .Params.tags }}
|
||||
<li><a href="{{ `./tags/` | absURL }}{{ . | urlize }}/">{{ . }}</a></li>
|
||||
<li><a href="{{ `/tags/` }}{{ . | urlize }}/">{{ . }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue