Update pelicanconf.py

This commit is contained in:
Russell Ballestrini 2025-03-27 14:21:54 +00:00
parent 0c5f5b5d23
commit 520bdfe1ac

View file

@ -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.