1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-24 13:10:18 +01:00

Add basic single template for post type

This commit is contained in:
Alan Orth 2016-08-30 00:39:13 +03:00
parent a686a7636a
commit d0fa547c10
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1 +1,11 @@
{{ .Content }} {{ partial "head.html" . }}
{{ partial "menu.html" . }}
{{ partial "header.html" . }}
{{ partial "content.html" . }}
{{ partial "footer.html" . }}
{{ partial "after-footer.html" . }}