This repository has been archived on 2024-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-theme-nocolor/layouts/_default/single.html

7 lines
180 B
HTML
Raw Normal View History

2019-11-20 19:56:22 +01:00
{{- define "main" }}
2019-11-20 22:40:32 +01:00
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
{{ partial "post_meta.html" . }}
2019-11-20 19:56:22 +01:00
2019-11-20 23:22:50 +01:00
<div class="content">{{ .Content }}</div>
2019-11-20 19:56:22 +01:00
{{- end }}