From ea4b27bdd9a72d0e1bae59981f3ade460cdb53cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 15 Jun 2026 18:22:34 -0500 Subject: remove /guides page --- publish.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index a033a8d..aecdb0f 100644 --- a/publish.el +++ b/publish.el @@ -86,14 +86,6 @@ :output ".build/salary/{{ slug }}.html" :url "/salary/{{ slug }}.html") -;; Guides page route -(weblorg-route - :name "guides" - :input-pattern "content/guides/*.org" - :template "page.html" - :output ".build/guides/{{ slug }}.html" - :url "/guides/{{ slug }}.html") - ;; Now page route (weblorg-route :name "now" -- cgit v1.2.3