Files
fundor333.com/themes/fugu/layouts/_default/single.html
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

11 lines
160 B
HTML

{{ define "main"}}
<h2 class="text-center">{{.Title}}</h2>
<hr>
{{ .Content }}
<div class="container">
{{- partial "webmention.html" . -}}
</div>
{{ end }}