mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add atom and rss feed url attributes to content objects
This commit is contained in:
parent
e967988eff
commit
14fb307fa7
6 changed files with 158 additions and 4 deletions
|
|
@ -379,6 +379,8 @@ title Title of the article.
|
|||
translations List of translations
|
||||
:ref:`Article <object-article>` objects.
|
||||
url URL to the article page.
|
||||
lang_atom_feed_url URL to the language's ATOM feed
|
||||
land_rss_feed_url URL to the language's RSS feed
|
||||
====================== ===================================================
|
||||
|
||||
.. _PATH: settings.html#PATH
|
||||
|
|
@ -399,6 +401,8 @@ page_name Author page name.
|
|||
save_as Location to save the author page.
|
||||
slug Page slug.
|
||||
url URL to the author page.
|
||||
atom_feed_url URL to the ATOM feed for the author.
|
||||
rss_feed_url URL to the RSS feed for the author.
|
||||
=================== ===================================================
|
||||
|
||||
.. [1] for Author object, coming from `:authors:` or `AUTHOR`.
|
||||
|
|
@ -438,6 +442,8 @@ title Title of the page.
|
|||
translations List of translations
|
||||
:ref:`Article <object-article>` objects.
|
||||
url URL to the page.
|
||||
lang_atom_feed_url URL to the language's ATOM feed.
|
||||
land_rss_feed_url URL to the language's RSS feed.
|
||||
===================== ===================================================
|
||||
|
||||
.. _PATH: settings.html#PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue