fix template unset, article date

This commit is contained in:
Jack Bond-Preston 2023-01-06 03:15:34 +00:00
parent 6f373f7ea9
commit d2f61f0375
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
title = "home" title = "home"
sort_by = "date" sort_by = "date"
template = "index.html" template = "index.html"
page_template = "article.html"
insert_anchor_links = "right" insert_anchor_links = "right"
+++ +++

View File

@ -1,6 +1,6 @@
+++ +++
title = "sensor watch" title = "sensor watch"
date = 2022-11-19 date = 2022-11-14
template = "article-sw.html" template = "article-sw.html"
+++ +++