From 4a2676396cb0a991dae12018be96462b3eec27f5 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Thu, 31 Aug 2017 00:18:22 +0800 Subject: fix: always use relURL --- layouts/post/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/post/single.html') diff --git a/layouts/post/single.html b/layouts/post/single.html index 81c0939..62c317c 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -12,7 +12,7 @@ {{ with .Params.categories -}}
{{ range . -}} - {{ . }} + {{ . }} {{- end }}
{{- end }} @@ -37,7 +37,7 @@ {{ with .Params.tags -}}
{{ range . }} - {{ . }} + {{ . }} {{ end }}
{{- end }} -- cgit v1.2.3