G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/_default/single.html
main
· 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 }}