2020-01-12 06:33:02 -08:00
|
|
|
<header class="gdoc-header">
|
|
|
|
<div class="container flex align-center justify-between">
|
2020-02-24 13:11:13 -08:00
|
|
|
{{ if .MenuEnabled }}
|
2020-01-12 06:33:02 -08:00
|
|
|
<label for="menu-control" class="gdoc-nav__control">
|
|
|
|
<svg class="icon menu"><use xlink:href="#menu"></use></svg>
|
|
|
|
<svg class="icon arrow-back"><use xlink:href="#arrow_back"></use></svg>
|
|
|
|
</label>
|
2020-02-24 13:11:13 -08:00
|
|
|
{{ end }}
|
|
|
|
<a class="gdoc-header__link" href="{{ .Root.Site.BaseURL }}">
|
2020-01-12 06:33:02 -08:00
|
|
|
<span class="gdoc-brand flex align-center">
|
2020-11-09 13:06:06 -08:00
|
|
|
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="" width=38 height=38>
|
2020-02-24 13:11:13 -08:00
|
|
|
{{ .Root.Site.Title }}
|
2020-01-12 06:33:02 -08:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</header>
|