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/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index fe52094..153c56f 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,8 +1,8 @@
<div id="sideContainer" class="side-container">
{{ if eq .Title .Site.Title}}
- <a class="a-block nav-head active" href="{{.Site.BaseURL}}">
+ <a class="a-block nav-head active" href="{{ "" | absLangURL }}">
{{ else }}
- <a class="a-block nav-head false" href="{{.Site.BaseURL}}">
+ <a class="a-block nav-head false" href="{{ "" | absLangURL }}">
{{ end }}
<div class="nav-title">
{{.Site.Title}}