1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes
Justin Mayer 34310a61f5 Feed link inside feed should use FEED_DOMAIN
The initial work on enabling feeds to be served from a different domain
than the site domain focused on the feed link displayed inside the
base template. But there is also a feed link inside the generated feed
itself, which this commit updates to use the FEED_DOMAIN value (if
defined).

Also, it turns out that the FEED_MAIN_URL setting is not necessary; the
existing FEED and FEED_RSS functionality is simpler and can address the
targeted use case just as easily. That attribute has been removed from
the settings and template, along with corresponding changes to the docs.
Refs #177.
2012-03-31 08:10:40 -07:00
..
notmyidea Feed link inside feed should use FEED_DOMAIN 2012-03-31 08:10:40 -07:00
simple/templates Merge pull request #243 from alefteris/patch-1 2012-03-12 04:14:32 -07:00