themes/hugo-coder/layouts/_default/single.html

c01cf81aac27f547c014066ff6d5a23f426c080f · 166 B · 7 lines raw

1 {{ define "title" }}
2 {{ .Title }} · {{ .Site.Title }}
3 {{ end }}
4 {{ define "content" }}
5 {{ partial "page.html" . }}
6 {{ partial "posts/math.html" . }}
7 {{ end }}