diff options
| author | Bobby <[email protected]> | 2023-07-13 16:07:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-13 16:07:24 -0400 |
| commit | c9c0ee4e963e79910dd347c8adc4418ae818690a (patch) | |
| tree | 28abed25590845b337eeb8633370706fbbc57b4a /blog/feed.py | |
| parent | 8171d41e66484ab140df28bf44f6e95deb72de2f (diff) | |
| download | thatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.tar.xz thatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.zip | |
Update Branding and Redirect to `shi.foo`
Diffstat (limited to 'blog/feed.py')
| -rw-r--r-- | blog/feed.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/feed.py b/blog/feed.py index 45e002b2..0951267c 100644 --- a/blog/feed.py +++ b/blog/feed.py @@ -8,12 +8,12 @@ from django.utils.feedgenerator import Enclosure from .models import Post -request_domain = settings.DEBUG and 'https://preview.thatcomputerscientist.com' or 'https://thatcomputerscientist.com' +request_domain = settings.DEBUG and 'https://preview.thatcomputerscientist.com' or 'https://shi.foo' class RSSFeed(Feed): - title = 'That Computer Scientist' + title = 'Shifoo' link = '/weblog' - description = 'RSS Feed for That Computer Scientist Weblog' + description = 'RSS Feed for Shifoo\'s Weblog' feed_type = feedgenerator.Rss201rev2Feed def items(self): |
