mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Adding the site theme to git
This commit is contained in:
11
_site/themes/hyde-hyde/layouts/_default/single.html
Normal file
11
_site/themes/hyde-hyde/layouts/_default/single.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "header" -}}
|
||||
{{ partial "header.html" . }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ partial "content_single.html" . }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "footer" -}}
|
||||
{{ partial "commenting.html" . }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user