This repository has been archived on 2025-07-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
website/themes/zorbed/layouts/_default/single.html
2025-03-06 12:45:26 +02:00

10 lines
280 B
HTML

{{ define "main" }}
<a href="/"><- return to index</a>
<h1>{{ .Title }}</h1>
{{ if .Date }}
<time datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
{{ end }}
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}