summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/_default/single.html
blob: 6150c6ac350b5738c2488a80eb2e619178d2b172 (plain)
1
2
3
4
5
6
7
{{ define "title" }}
  {{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
  {{ partial "page.html" . }}
  {{ partial "posts/math.html" . }}
{{ end }}