aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-05-02 23:38:04 -0500
committerChristian Cleberg <hello@cleberg.net>2025-05-02 23:38:04 -0500
commit91ddbc59ed531b5211f5d1cb76d3d434c5afcf13 (patch)
tree1488ad3c9b6f4eda2efddad2e52bb62b5c49f2d3
parent70ca9e905d788e4425cff48083e295c63bf979bf (diff)
downloadcleberg.net-91ddbc59ed531b5211f5d1cb76d3d434c5afcf13.tar.gz
cleberg.net-91ddbc59ed531b5211f5d1cb76d3d434c5afcf13.tar.bz2
cleberg.net-91ddbc59ed531b5211f5d1cb76d3d434c5afcf13.zip
fix config error on linux
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 3868f30..409f164 100644
--- a/publish.el
+++ b/publish.el
@@ -22,7 +22,7 @@
;; Index page route
(weblorg-route
:name "index"
- :input-pattern "content/index.org"
+ :input-pattern "content/*.org"
:template "index.html"
:output ".build/index.html"
:url "/")