1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-06-08 09:45:36 +02:00

Reorganize summary and single post layouts

Now shows blog posts on their target page.
This commit is contained in:
2016-08-30 12:45:13 +03:00
parent 0e54dba17a
commit e4cd676f3a
3 changed files with 20 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{{ partial "header.html" . }}
{{ partial "content.html" . }}
{{ partial "content-summary.html" . }}
{{ partial "footer.html" . }}