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

6 lines
89 B
HTML
Raw Normal View History

2018-01-11 09:16:05 +04:00
{{ define "main" }}
2018-01-13 03:38:00 +04:00
{{ partial "article" . }}
{{ partial "single_footer" . }}
2018-01-11 09:16:05 +04:00
{{ end }}