From 67bce15f8d9c8a6a790081bd7ebafd12868af37f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 3 Jun 2025 17:17:12 -0500 Subject: 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 ") + :template-vars '(("site_name" . "cleberg.net") + ("site_owner" . "Christian Cleberg ") ("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" -- cgit v1.2.3-70-g09d2