aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-30 21:26:46 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-01-30 21:26:46 +0800
commit084f8cb2c350f44fd99bf0fc76beadbfc92e9f02 (patch)
tree31d9df6a69f2bcf5678c7882239a20d0862cea70 /layouts/partials/header.html
parentdcff1e389f0474bf01bdacbad6313fbdadab5329 (diff)
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
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 57cf431..3592e88 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<div class="logo-wrapper">
- <a href="{{ "/" | relURL }}" class="logo">
+ <a href="{{ "/" | relLangURL }}" class="logo">
{{- if .Site.Params.logoTitle -}}
{{ .Site.Params.logoTitle }}
{{- else -}}