This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
homepage/themes/nightfall/layouts/_default/single.html

13 lines
205 B
HTML

{{ define "title"}}
{{ .Title }} | {{ .Site.Params.author }}
{{ end }}
{{ define "main" }}
<div class="postWrapper">
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</div>
{{ end }}