diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |