summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/mobile-header.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-20 10:37:48 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-20 10:37:48 +0100
commiteb67ab58aa0e083729a4b4906b2522842ccf4954 (patch)
tree7f4a5447807387962b0bdbd5a598ae20c22c7c92 /layouts/partials/docs/mobile-header.html
parent0cfb8a08a41e72670b271ab22a1ca10808efe597 (diff)
Refactor theme to use relative urls everywhere
Diffstat (limited to 'layouts/partials/docs/mobile-header.html')
-rw-r--r--layouts/partials/docs/mobile-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/mobile-header.html b/layouts/partials/docs/mobile-header.html
index 7ddd06d..7febbad 100644
--- a/layouts/partials/docs/mobile-header.html
+++ b/layouts/partials/docs/mobile-header.html
@@ -1,6 +1,6 @@
<header class="align-center justify-between book-header">
<label for="menu-control">
- <img src="{{ "svg/menu.svg" | absURL }}" />
+ <img src="{{ "svg/menu.svg" | relURL }}" />
</label>
<strong>{{- template "title" . }}</strong>
</header>