From d2f61f03752a736192535cdce3df5adabe05c47d Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Fri, 6 Jan 2023 03:15:34 +0000 Subject: [PATCH] fix template unset, article date --- content/_index.md | 1 + content/sensor-watch.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index be41bb9..15e9a78 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,6 +2,7 @@ title = "home" sort_by = "date" template = "index.html" +page_template = "article.html" insert_anchor_links = "right" +++ diff --git a/content/sensor-watch.md b/content/sensor-watch.md index d334e87..2d958b4 100644 --- a/content/sensor-watch.md +++ b/content/sensor-watch.md @@ -1,6 +1,6 @@ +++ title = "sensor watch" -date = 2022-11-19 +date = 2022-11-14 template = "article-sw.html" +++