jlelse
/
Indieroad
Archived
1
Fork 0
This repository has been archived on 2020-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Indieroad/layouts/partials/header.html

9 lines
317 B
HTML

<header class="header container">
<div class="logo">
<a class="link" href="{{ "" | relLangURL }}" title="{{ .Site.Title }}" rel="home">
<div class="title">{{ .Site.Title }}</div>
{{ with .Site.Params.subtitle }}<div class="tagline">{{ . }}</div>{{ end }}
</a>
</div>
{{ partial "menu.html" . }}
</header>