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:
commit
de71f39232
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue