mirror of https://github.com/luizdepra/hugo-coder.git

Simon Hollingshead
01.53.2024 a7d9dce6d9dd02094826de8ac91c366bb87fba3a
1
2
3
4
5
6
7
{{ define "title" }}
  {{ .Title }} ยท {{ .Site.Title }}
{{ end }}
{{ define "content" }}
  {{ partial "page.html" . }}
  {{ partial "posts/math.html" . }}
{{ end }}