Initial Commit
This commit is contained in:
7
themes/hugo-coder/layouts/_default/single.html
Normal file
7
themes/hugo-coder/layouts/_default/single.html
Normal file
@ -0,0 +1,7 @@
|
||||
{{ define "title" }}
|
||||
{{ .Title }} · {{ .Site.Title }}
|
||||
{{ end }}
|
||||
{{ define "content" }}
|
||||
{{ partial "page.html" . }}
|
||||
{{ partial "posts/math.html" . }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user