personal-website/layouts/_default/single.html

7 lines
No EOL
196 B
HTML

{{ define "page" }}
<article class="container">
<a href="{{ .CurrentSection.RelPermalink }}">Back to {{ .CurrentSection.Title }}</a>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}