Skip to content

Commit c981485

Browse files
author
John Solly
committed
experiement
1 parent 1cb16e1 commit c981485

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/blog/feeds.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ def item_title(self, item):
1717
def item_description(self, item):
1818
return item.metadesc
1919

20+
def item_link(self, item):
21+
return item.get_absolute_url() + "test"
22+
2023

2124
class atomFeed(blogFeed):
2225
link = "/atom/"

0 commit comments

Comments
 (0)