forked from laurens/fediversity_website
Gebruik variabele in plaats van pad naar logo
This commit is contained in:
parent
4e9587fe25
commit
88c465f593
|
@ -4,7 +4,7 @@
|
|||
<header>
|
||||
<div class="header-content">
|
||||
|
||||
<a href="/" class="logo"><img src="/afbeeldingen/logo/nluug-logo.png" alt="NLUUG-logo" title="{{ .Site.Title }}"></a>
|
||||
<a href="/" class="logo"><img src="{{ .Site.Params.logoNormal }}" alt="NLUUG-logo" title="{{ .Site.Title }}"></a>
|
||||
|
||||
<input type="checkbox" id="hamburger" aria-label="menu button">
|
||||
<label for="hamburger"><span></span></label>
|
||||
|
|
Reference in a new issue