1
0
Fork 0
forked from github/pelican

Merge pull request #2543 from bberberov/TEMPLATE_EXTENSIONS

Change TEMPLATE_EXTENSION to TEMPLATE_EXTENSIONS in documentation
This commit is contained in:
Justin Mayer 2019-03-15 18:10:07 +01:00 committed by GitHub
commit de71f39232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -736,7 +736,7 @@ Template pages
'src/resume.html': 'dest/resume.html',
'src/contact.html': 'dest/contact.html'}
.. data:: TEMPLATE_EXTENSION = ['.html']
.. data:: TEMPLATE_EXTENSIONS = ['.html']
The extensions to use when looking up template files from template names.