cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

35df506f459b76d66d43e471068198cee62e8b09

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-06-03T22:17:12Z

fix: format publish.el
 publish.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/publish.el b/publish.el
index 409f164..64b36a4 100644
--- a/publish.el
+++ b/publish.el
@@ -13,8 +13,8 @@
 ;; Define site configuration
 (weblorg-site
  :theme nil
-  :template-vars `(("site_name" . "cleberg.net")
-                  ("site_owner" . "Christian Cleberg <hello@cleberg.net>")
+ :template-vars '(("site_name"        . "cleberg.net")
+                  ("site_owner"       . "Christian Cleberg <hello@cleberg.net>")
                   ("site_description" . "Just a blip of ones and zeroes.")))
 
 ;; Define routes for rendering content
@@ -85,7 +85,7 @@
  :output ".build/services/{{ slug }}.html"
  :url "/services/{{ slug }}.html")
 
-;; Services page route
+;; Now page route
 (weblorg-route
  :name "now"
  :input-pattern "content/now/*.org"