aboutsummaryrefslogtreecommitdiff
path: root/blog/feed.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-13 16:07:24 -0400
committerBobby <[email protected]>2023-07-13 16:07:24 -0400
commitc9c0ee4e963e79910dd347c8adc4418ae818690a (patch)
tree28abed25590845b337eeb8633370706fbbc57b4a /blog/feed.py
parent8171d41e66484ab140df28bf44f6e95deb72de2f (diff)
downloadthatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.tar.xz
thatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.zip
Update Branding and Redirect to `shi.foo`
Diffstat (limited to 'blog/feed.py')
-rw-r--r--blog/feed.py6
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):