Extract footer to a 'content' template
This commit is contained in:
parent
f2e8988825
commit
4a2275dfe6
5 changed files with 27 additions and 27 deletions
|
|
@ -2,6 +2,6 @@
|
|||
title = "Posts"
|
||||
sort_by = "date"
|
||||
template = "posts.html"
|
||||
page_template = "post-page.html"
|
||||
page_template = "content.html"
|
||||
generate_feeds = true
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
title = "Posts"
|
||||
sort_by = "date"
|
||||
template = "posts.html"
|
||||
page_template = "post-page.html"
|
||||
page_template = "content.html"
|
||||
generate_feeds = true
|
||||
+++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue