summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
Diffstat (limited to 'blog')
-rw-r--r--blog/feeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/feeds.py b/blog/feeds.py
index a868e0b..cfdf4cc 100644
--- a/blog/feeds.py
+++ b/blog/feeds.py
@@ -12,7 +12,7 @@ def truncate_words(content, length=100, suffix='...'):
class PostFeed(Feed):
title = "Mark Weiman's Blog"
link = "/blog/"
- description = "Changes on new post"
+ description = "Mark Weiman's blog of his opinions on mostly software"
def items(self):
return Post.objects.order_by('-created')