From 520bdfe1ac2f940ccaad92b95f5e62db5a73d4e5 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 27 Mar 2025 14:21:54 +0000 Subject: [PATCH] Update pelicanconf.py --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 13e8aef..b20e7eb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -94,7 +94,7 @@ AUTHOR_SAVE_AS = 'author/{slug}/index.html' # Enable raw source files in output directory alongside index.html # This copies the raw .rst files to the output OUTPUT_SOURCES = True -OUTPUT_SOURCES_EXTENSION = 'rst' +OUTPUT_SOURCES_EXTENSION = '.rst' # Setup filters and plugins.