mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix documentation for *_SAVE_AS in themes.rst:
Update to current defaults
This commit is contained in:
parent
34103cd5dd
commit
69bd9e01b6
1 changed files with 8 additions and 8 deletions
|
|
@ -154,8 +154,8 @@ author.html
|
||||||
|
|
||||||
This template will be processed for each of the existing authors, with
|
This template will be processed for each of the existing authors, with
|
||||||
output generated according to the ``AUTHOR_SAVE_AS`` setting (`Default:`
|
output generated according to the ``AUTHOR_SAVE_AS`` setting (`Default:`
|
||||||
``author/{author_name}.html``). If pagination is active, subsequent pages will by
|
``author/{slug}.html``). If pagination is active, subsequent pages will by
|
||||||
default reside at ``author/{author_name}{number}.html``.
|
default reside at ``author/{slug}{number}.html``.
|
||||||
|
|
||||||
====================== ===================================================
|
====================== ===================================================
|
||||||
Variable Description
|
Variable Description
|
||||||
|
|
@ -188,8 +188,8 @@ category.html
|
||||||
|
|
||||||
This template will be processed for each of the existing categories, with
|
This template will be processed for each of the existing categories, with
|
||||||
output generated according to the ``CATEGORY_SAVE_AS`` setting (`Default:`
|
output generated according to the ``CATEGORY_SAVE_AS`` setting (`Default:`
|
||||||
``category/{category_name}.html``). If pagination is active, subsequent pages will by
|
``category/{slug}.html``). If pagination is active, subsequent pages will by
|
||||||
default reside at ``category/{category_name}{number}.html``.
|
default reside at ``category/{slug}{number}.html``.
|
||||||
|
|
||||||
====================== ===================================================
|
====================== ===================================================
|
||||||
Variable Description
|
Variable Description
|
||||||
|
|
@ -222,7 +222,7 @@ article.html
|
||||||
|
|
||||||
This template will be processed for each article, with
|
This template will be processed for each article, with
|
||||||
output generated according to the ``ARTICLE_SAVE_AS`` setting (`Default:`
|
output generated according to the ``ARTICLE_SAVE_AS`` setting (`Default:`
|
||||||
``{article_name}.html``). The following variables are available when
|
``{slug}.html``). The following variables are available when
|
||||||
rendering.
|
rendering.
|
||||||
|
|
||||||
============= ===================================================
|
============= ===================================================
|
||||||
|
|
@ -263,7 +263,7 @@ page.html
|
||||||
|
|
||||||
This template will be processed for each page, with
|
This template will be processed for each page, with
|
||||||
output generated according to the ``PAGE_SAVE_AS`` setting (`Default:`
|
output generated according to the ``PAGE_SAVE_AS`` setting (`Default:`
|
||||||
``pages/{page_name}.html``). The following variables are available when
|
``pages/{slug}.html``). The following variables are available when
|
||||||
rendering.
|
rendering.
|
||||||
|
|
||||||
============= ===================================================
|
============= ===================================================
|
||||||
|
|
@ -279,8 +279,8 @@ tag.html
|
||||||
|
|
||||||
This template will be processed for each tag, with
|
This template will be processed for each tag, with
|
||||||
output generated according to the ``TAG_SAVE_AS`` setting (`Default:`
|
output generated according to the ``TAG_SAVE_AS`` setting (`Default:`
|
||||||
``tag/{tag_name}.html``). If pagination is active, subsequent pages will by
|
``tag/{slug}.html``). If pagination is active, subsequent pages will by
|
||||||
default reside at ``tag/{tag_name}{number}.html``.
|
default reside at ``tag/{slug}{number}.html``.
|
||||||
|
|
||||||
====================== ===================================================
|
====================== ===================================================
|
||||||
Variable Description
|
Variable Description
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue