diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-08-31 00:18:22 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-08-31 00:18:22 +0800 |
commit | 4a2676396cb0a991dae12018be96462b3eec27f5 (patch) | |
tree | 7cdf0c3d2b254bf84a9a46d2068c3d1fc5c2c602 /layouts/partials/slideout.html | |
parent | 553d15e15f3affdfda48686469309e01f2b994f7 (diff) |
fix: always use relURL
Diffstat (limited to 'layouts/partials/slideout.html')
-rw-r--r-- | layouts/partials/slideout.html | 2 |
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> |