cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
f6909c0866c5f5e6dd64f8a68488e0e27732b7f2
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-03-24T21:24:50Z
content/now/index.org | 1 + publish.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) @@ -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. @@ -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")