forked from laurens/fediversity_website
Link van logo relatief maken aan de hand van actieve taal
This commit is contained in:
parent
c44a947bf6
commit
3a89cb8594
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
{{ $logoresource := resources.Get (.Site.Params.logoNormal | replaceRE "^/" "") }}
|
{{ $logoresource := resources.Get (.Site.Params.logoNormal | replaceRE "^/" "") }}
|
||||||
|
|
||||||
<a href="/" class="logo" title="Terug naar hoofdpagina"><img class="max-width" src="{{ $logoresource | relURL }}" alt="NLUUG-logo" width="{{ $logoresource.Width }}" height="{{ $logoresource.Height }}"></a>
|
<a href="{{ "/" | relLangURL }}" class="logo" title="Terug naar hoofdpagina"><img class="max-width" src="{{ $logoresource | relURL }}" alt="NLUUG-logo" width="{{ $logoresource.Width }}" height="{{ $logoresource.Height }}"></a>
|
||||||
|
|
||||||
<input type="checkbox" id="hamburger" aria-label="menu button">
|
<input type="checkbox" id="hamburger" aria-label="menu button">
|
||||||
<label for="hamburger"><span></span></label>
|
<label for="hamburger"><span></span></label>
|
||||||
|
|
Reference in a new issue