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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1fa43c8..75aff24 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -25,7 +25,7 @@
{{ with .Params.categories }}
<span class="post-categories">
{{ range . }}
- <a href="{{- "categories/" | absURL -}}{{- . | urlize -}}" rel="tag">{{ . }}</a>
+ <a href="{{- "/categories/" | absURL -}}{{- . | urlize -}}" rel="tag">{{ . }}</a>
{{ end }}
</span>
{{ end }}
@@ -33,7 +33,7 @@
{{ with .Params.tags }}
<span class="post-tags">
{{ range . }}
- <a href="{{- "tags/" | absURL -}}{{- . | urlize -}}" rel="tag">{{ . }}</a>
+ <a href="{{- "/tags/" | absURL -}}{{- . | urlize -}}" rel="tag">{{ . }}</a>
{{ end }}
</span>
{{ end }}