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

7 lines
218 B
HTML

<header>
<h1>
<a href="{{ "" | relLangURL }}" rel="home" title="{{ .Site.Title }}">{{ .Site.Title }}</a>
</h1>
{{ with .Site.Params.subtitle }}<p><i>{{ . }}</i></p>{{ end }}
{{ partialCached "menu" . }}
</header>