aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/slideout.html
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-08-31 00:18:22 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-08-31 00:18:22 +0800
commit4a2676396cb0a991dae12018be96462b3eec27f5 (patch)
tree7cdf0c3d2b254bf84a9a46d2068c3d1fc5c2c602 /layouts/partials/slideout.html
parent553d15e15f3affdfda48686469309e01f2b994f7 (diff)
fix: always use relURL
Diffstat (limited to 'layouts/partials/slideout.html')
-rw-r--r--layouts/partials/slideout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/slideout.html b/layouts/partials/slideout.html
index 4ec6344..0ebf0c2 100644
--- a/layouts/partials/slideout.html
+++ b/layouts/partials/slideout.html
@@ -1,6 +1,6 @@
<div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
- <a href="/" class="logo">{{ .Site.Title }}</a>
+ <a href="{{ "/" | relURL }}" class="logo">{{ .Site.Title }}</a>
</div>
<div class="mobile-navbar-icon">
<span></span>