diff options
| author | Christian Cleberg <[email protected]> | 2025-06-03 17:17:12 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-03 17:17:12 -0500 |
| commit | 35df506f459b76d66d43e471068198cee62e8b09 (patch) | |
| tree | d6b7873781ece056d4a0bd96a3237f1401fda77e /publish.el | |
| parent | 50439e09ca6741a2c55ba5a3089e76990b8ced68 (diff) | |
| download | cleberg.net-35df506f459b76d66d43e471068198cee62e8b09.tar.gz cleberg.net-35df506f459b76d66d43e471068198cee62e8b09.tar.bz2 cleberg.net-35df506f459b76d66d43e471068198cee62e8b09.zip | |
fix: format publish.el
Diffstat (limited to 'publish.el')
| -rw-r--r-- | publish.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,8 +13,8 @@ ;; Define site configuration (weblorg-site :theme nil - :template-vars `(("site_name" . "cleberg.net") - ("site_owner" . "Christian Cleberg <[email protected]>") + :template-vars '(("site_name" . "cleberg.net") + ("site_owner" . "Christian Cleberg <[email protected]>") ("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" |
