weiro/layouts/simplecss/posts_single.html

3 lines
130 B
HTML
Raw Normal View History

{{ if .Meta.Title }}<h3>{{ .Meta.Title }}</h3>{{ end }}
2026-02-18 11:07:18 +00:00
{{ .HTML }}
<a href="{{ url_abs .Path }}">{{ format_date .Meta.Date }}</a>