initial commit
This commit is contained in:
9
themes/gamesdb/layouts/_default/single.html
Normal file
9
themes/gamesdb/layouts/_default/single.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "title" }}
|
||||
{{ .Title }} – {{ .Site.Title }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<p class="text-sm py-4">Last Updated: {{ .Page.Lastmod }}</p>
|
||||
|
||||
{{ .Content }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user