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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index af31882..fd95b62 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -8,7 +8,7 @@
{{ with .Params.tags }}
<strong>Tags: </strong>
{{ range . }}
- <a href="{{ "tags/" | absURL }}{{ . | urlize }}">{{ . }}</a>
+ <a href="{{ "tags/" | relURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
{{ end }}