mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Filter through relURL
This commit is contained in:
parent
9c1b9ddf87
commit
ac13495574
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<div class='header'>
|
<div class='header'>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="{{ .Site.BaseURL }}"><img alt="Logo" src="{{ .Site.Params.logo.standard }}" /></a>
|
<a href="{{ .Site.BaseURL }}"><img alt="Logo" src="{{ .Site.Params.logo.standard | relURL }}" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo-mobile">
|
<div class="logo-mobile">
|
||||||
<a href="{{ .Site.BaseURL }}"><img alt="Logo" src="{{ .Site.Params.logo.mobile }}" /></a>
|
<a href="{{ .Site.BaseURL }}"><img alt="Logo" src="{{ .Site.Params.logo.mobile | relURL }}" /></a>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "main-menu.html" . }}
|
{{ partial "main-menu.html" . }}
|
||||||
{{ partial "hamburger.html" . }}
|
{{ partial "hamburger.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue