From 084f8cb2c350f44fd99bf0fc76beadbfc92e9f02 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Tue, 30 Jan 2018 21:26:46 +0800 Subject: feat: support multilingual mode * fix: wrong lang attribute in multilingual mode - baseof.html * fix: rss link in multilingual mode - footer.html * fix: wrong tags, categories, home link in multilingual mode - other files ... This relates to #25 --- 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 6f8e545..58434b6 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -10,7 +10,7 @@ {{ with .Params.categories -}}
{{ range . }} - {{ . }} + {{ . }} {{ end }}
{{- end }} @@ -43,7 +43,7 @@ {{ with .Params.tags -}}
{{ range . }} - {{ . }} + {{ . }} {{ end }}
{{- end }} -- cgit v1.2.3