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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/mobile-header.html')
-rw-r--r--layouts/partials/mobile-header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/mobile-header.html b/layouts/partials/mobile-header.html
index 61a582c..ad59cda 100644
--- a/layouts/partials/mobile-header.html
+++ b/layouts/partials/mobile-header.html
@@ -48,7 +48,7 @@
menu
</i>
</button>
- <a id="navTitle" class="navbar-brand" href="{{.Site.BaseURL}}">
+ <a id="navTitle" class="navbar-brand" href="{{ "" | absLangURL }}">
{{.Site.Title}}
</a>
{{ if not .Site.Params.disableDarkMode }}
@@ -62,7 +62,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
- <a href="{{.Site.BaseURL}}">
+ <a href="{{ "" | absLangURL }}">
<div class="single-column-header-title">{{.Site.Title}}</div>
{{ with .Site.Params.subtitle }}
<div class="single-column-header-subtitle">{{.}}</div>