Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index ff4d766..c22cc50 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -23,7 +23,7 @@
<span class="field tags">
<i class="remixicon-stack-line"></i>
{{ range . }}
- <a href="{{ "tags" | relURL }}/{{ . | urlize }}/">{{ . }}</a>
+ <a href="{{ "tags" | absURL }}/{{ . | urlize }}/">{{ . }}</a>
{{ end }}
</span>
{{ end }}