Refactor theme to use relative urls everywhere

This commit is contained in:
Alex Shpak
2019-02-20 10:37:48 +01:00
parent 0cfb8a08a4
commit eb67ab58aa
6 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -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>