You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
600 B
HTML

<!DOCTYPE html>
<html>
{{partial "head" .}}
<body>
{{partial "header" .}}
{{ if .Content}}
<article>{{.Content}}</article>
{{end}}
<hr>
<p>
<a href="mailto:{{.Site.Params.email}}?subject={{.Title}}">Reply to this post</a>
</p>
<div class="post-tags">
{{range .GetTerms "tags" }}
<a href="{{.Permalink}}" class="tag"><svg class='icon'>
<use href="#tag"></use>
</svg><span>{{.LinkTitle}}</span></a>
{{end}}
</div>
{{partial "footer" .}}
{{partial "spritesheet" .}}
</body>
</html>