hugo-theme-hyde-hyde/layouts/_default/single.html

16 lines
349 B
HTML
Raw Normal View History

2018-01-24 09:42:50 +00:00
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
2018-07-16 03:22:00 +00:00
{{ partial "page_single.html" . }}
2018-01-24 09:42:50 +00:00
{{- end -}}
2014-04-26 22:25:13 +00:00
{{ define "footer" -}}
2018-07-10 01:41:30 +00:00
<div class="footer content">
2018-07-16 03:22:00 +00:00
{{- partial "highlight-js.html" . -}}
2018-07-10 01:41:30 +00:00
{{- partial "commenting.html" . -}}
</div>
2018-07-16 03:22:00 +00:00
{{ partial "footer.html" . }}
2018-01-24 09:42:50 +00:00
{{- end -}}