aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-24 16:24:50 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-24 16:24:50 -0500
commit9cf3145015edd5ba10158d8de90765d453ee6815 (patch)
tree866b93b8d3190479b84534b36f662190e56e4fa8 /publish.el
parent06aeb8a5c4ec40690c5150e4151b38dc12296e3f (diff)
downloadcleberg.net-9cf3145015edd5ba10158d8de90765d453ee6815.tar.gz
cleberg.net-9cf3145015edd5ba10158d8de90765d453ee6815.tar.bz2
cleberg.net-9cf3145015edd5ba10158d8de90765d453ee6815.zip
update now page header
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
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")