blog/layouts/partials/header.html

7 lines
242 B
HTML

<header>
<h1>
<a href="/" class="arrow back">{{ .Site.Title }}</a>
<span class="name">{{ .Site.Params.SubTitle }}</span><!--
--><span class="slug">{{ with .Params.slug }}/{{ . }}{{ end }}</span>
</h1>
</header>