mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-24 21:20:17 +01:00
Add basic single template for post type
This commit is contained in:
parent
a686a7636a
commit
d0fa547c10
@ -1 +1,11 @@
|
|||||||
{{ .Content }}
|
{{ partial "head.html" . }}
|
||||||
|
|
||||||
|
{{ partial "menu.html" . }}
|
||||||
|
|
||||||
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
|
{{ partial "content.html" . }}
|
||||||
|
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
|
||||||
|
{{ partial "after-footer.html" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user