diff options
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> |