mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Added feed generator info.
This commit is contained in:
parent
3731a7c740
commit
7cfdc4e407
1 changed files with 3 additions and 1 deletions
|
@ -319,7 +319,9 @@ def generate_archive_pages(app):
|
|||
title_type='text',
|
||||
url=url,
|
||||
feed_url=os.path.join(url, ablog.blog_path, 'atom.xml'),
|
||||
subtitle=ablog.blog_feed_subtitle)
|
||||
subtitle=ablog.blog_feed_subtitle,
|
||||
generator=('ABlog', 'http://ablog.readthedocs.org',
|
||||
__version__))
|
||||
for post in ablog.posts:
|
||||
post_url = os.path.join(url, post.docname)
|
||||
feed.add(post.title,
|
||||
|
|
Loading…
Add table
Reference in a new issue