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:
authorimzeuk <imzeuk@gmail.com>2019-04-19 04:12:20 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-19 04:12:20 +0300
commit9ccff850cc8cc94933995bf760234329de00be0d (patch)
treee01c7700812be50a8ae4de41e85a7004c5d199e8 /layouts/partials/post.html
parent5b3cce2f617e5d0ebeb790833fd02cbbf472c412 (diff)
modify URL
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 }}