aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-03-24 16:24:50 -0500
committerChristian Cleberg <[email protected]>2025-03-24 16:24:50 -0500
commitf6909c0866c5f5e6dd64f8a68488e0e27732b7f2 (patch)
tree866b93b8d3190479b84534b36f662190e56e4fa8
parentd994fe99c33201e4bae25a25dc94d2aab3e264e6 (diff)
downloadcleberg.net-f6909c0866c5f5e6dd64f8a68488e0e27732b7f2.tar.gz
cleberg.net-f6909c0866c5f5e6dd64f8a68488e0e27732b7f2.tar.bz2
cleberg.net-f6909c0866c5f5e6dd64f8a68488e0e27732b7f2.zip
update now page header
-rw-r--r--content/now/index.org1
-rw-r--r--publish.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/content/now/index.org b/content/now/index.org
index 7633954..ae52f3c 100644
--- a/content/now/index.org
+++ b/content/now/index.org
@@ -1,5 +1,6 @@
#+title: Now
#+slug: index
+#+date: <2025-03-17 Mon 11:42:00>
This is a [[https://nownownow.com/about][/now]] page.
diff --git a/publish.el b/publish.el
index 08d748f..3acf5e7 100644
--- a/publish.el
+++ b/publish.el
@@ -89,7 +89,7 @@
(weblorg-route
:name "now"
:input-pattern "content/now/*.org"
- :template "page.html"
+ :template "post.html"
:output ".build/now/{{ slug }}.html"
:url "/now/{{ slug }}.html")