diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "/") |