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 ++-- layouts/post/summary.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/post') 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 -}}
{{- end }} @@ -43,7 +43,7 @@ {{ with .Params.tags -}} {{- end }} diff --git a/layouts/post/summary.html b/layouts/post/summary.html index bbebe31..0695eac 100644 --- a/layouts/post/summary.html +++ b/layouts/post/summary.html @@ -7,7 +7,7 @@ {{ with .Params.categories -}} {{- end }} -- cgit v1.2.3