Extract footer to a 'content' template

This commit is contained in:
jultty 2024-11-16 15:32:14 -03:00
commit 4a2275dfe6
5 changed files with 27 additions and 27 deletions

View file

@ -2,6 +2,6 @@
title = "Posts"
sort_by = "date"
template = "posts.html"
page_template = "post-page.html"
page_template = "content.html"
generate_feeds = true
+++

View file

@ -2,6 +2,6 @@
title = "Posts"
sort_by = "date"
template = "posts.html"
page_template = "post-page.html"
page_template = "content.html"
generate_feeds = true
+++