Skip to content

Commit 7423eda

Browse files
committed
fix incorrect atom/rss feed link locations not pointing to /blog
1 parent 8c16ba7 commit 7423eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'blog', 'all',) #'pdf-book', 'epub-book')
1111

1212
ARTICLE_SAVE_AS = 'blog/{slug}.html'
13+
ARTICLE_URL = 'blog/{slug}.html'
1314
SITEMAP_SAVE_AS = 'sitemap.xml'
14-
FEED_DOMAIN = 'https://www.fullstackpython.com'
1515
FEED_RSS = 'feed'
1616
LINKS = ()
1717
MARKUP = ('rst', 'markdown',)

0 commit comments

Comments
 (0)