diff options
author | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-11-24 13:11:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-24 13:11:14 +0100 |
commit | f5736e077a7d50c05c9ca58ef307e4da4e63e6d5 (patch) | |
tree | 8233bea8c721b61e0ef7216dc928ad84eafcb4b1 /layouts/partials/docs/mobile-header.html | |
parent | f07ab7fa31b78e81309078c8fcd842a35f0e6ded (diff) | |
parent | c44467ce231bb7e132b9047b544fa0a8b930fe53 (diff) |
Merge pull request #4 from shaform/fix-urls
fix urls when baseURL is not at root
Diffstat (limited to 'layouts/partials/docs/mobile-header.html')
-rw-r--r-- | layouts/partials/docs/mobile-header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/docs/mobile-header.html b/layouts/partials/docs/mobile-header.html index adb99cc..3517fe6 100644 --- a/layouts/partials/docs/mobile-header.html +++ b/layouts/partials/docs/mobile-header.html @@ -1,4 +1,4 @@ <label for="menu-control"> - <img src="{{- .Site.BaseURL -}}/svg/menu.svg" /> + <img src="{{ "svg/menu.svg" | absURL }}" /> </label> -<strong>{{- template "title" . }}</strong>
\ No newline at end of file +<strong>{{- template "title" . }}</strong> |