HermitCollective.nix/sites/blog.hermitcollective.net/blog/themes/hugo-simple/layouts/partials/header.html

7 lines
114 B
HTML

<nav>{{- partial "nav.html" . -}}</nav>
<h1>{{ .Title }}</h1>
{{ with .Description }}
<p>{{ . }}</p>
{{ end }}