Add more hugo templates
This commit is contained in:
9
hugo/layouts/_default/single.html
Normal file
9
hugo/layouts/_default/single.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "title" }}
|
||||
{{ .Title }} – {{ .Site.Title }}
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
||||
|
Reference in New Issue
Block a user