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

bc1bd838b2be90c28895a238d8d752937176c2d0 · 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 }}