aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
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")