aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-03 17:17:12 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-03 17:17:12 -0500
commit67bce15f8d9c8a6a790081bd7ebafd12868af37f (patch)
treed6b7873781ece056d4a0bd96a3237f1401fda77e
parent0ad03312bbaf4bb733e27f095aaa3cc9ace55221 (diff)
downloadcleberg.net-67bce15f8d9c8a6a790081bd7ebafd12868af37f.tar.gz
cleberg.net-67bce15f8d9c8a6a790081bd7ebafd12868af37f.tar.bz2
cleberg.net-67bce15f8d9c8a6a790081bd7ebafd12868af37f.zip
fix: format publish.el
-rw-r--r--publish.el6
1 files 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"