mirror of
https://github.com/andrewgioia/blog.git
synced 2024-11-14 20:44:47 +00:00
12 lines
418 B
HTML
12 lines
418 B
HTML
<header>
|
|
<h1>
|
|
<a href="/" class="arrow back">{{ .Site.Title }}</a>
|
|
{{ if (eq .Page.Kind "term") }}
|
|
<span class="name">/tags</span><!--
|
|
--><span class="slug">/{{ .Data.Term }}</span>
|
|
{{ else }}
|
|
<span class="name">{{ .Site.Params.Subtitle }}</span><!--
|
|
--><span class="slug">{{ with .Params.slug }}/{{ . }}{{ end }}</span>
|
|
{{ end }}
|
|
</h1>
|
|
</header> |