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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Gerardi <ricardo.gerardi@gmail.com>2020-07-19 18:41:52 +0300
committerGitHub <noreply@github.com>2020-07-19 18:41:52 +0300
commitff63da8bbdc82269b05f6f8f80f430b07c024be6 (patch)
tree442d39261c5266ed83f9e2e6bf03e955f0f1f61c
parent7cbb52587026f3e087039231a6667fd2935790cc (diff)
Fix header links language
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1505fc0..2e7fd55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,7 +2,7 @@
<div class="container">
<div class="header-group">
<div class="header-logo-container">
- <a class="header-logo-link" href="{{ .Site.BaseURL | absLangURL }}">
+ <a class="header-logo-link" href="{{ "/" | absLangURL }}">
{{ if .Site.Params.siteLogo }}
<img class="header-logo-circle" src="{{ .Site.Params.siteLogo | absURL }}" alt="{{ .Site.Title }} logo">
{{ end }}
@@ -10,7 +10,7 @@
</div>
<div class="header-title">
- <a href="{{ .Site.BaseURL | absLangURL }}">
+ <a href="{{ "/" | absLangURL }}">
{{ .Site.Title }}
</a>
</div>