culinary.kemonine.info/themes/hugo-theme-techdoc/layouts/partials/site-header.html

13 lines
340 B
HTML

<header>
<h1>{{ .Site.Title }}</h1>
{{- with .Site.Params.version -}}
<span class="version">Version {{ . }}</span>
{{- end -}}
{{- with .Site.Params.github_repository -}}
<a href="{{ . }}" class="github"><i class="fab fa-github"></i></a>
{{- end -}}
{{ with .Site.Params.description }}
<p class="description">{{ . }}</p>
{{end}}
</header>