Skip to content

Commit

Permalink
Flag that links are from RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 4, 2023
1 parent 29505d4 commit 947612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/common/views.py
Expand Up @@ -103,7 +103,7 @@ def item_title(self, item: BasePage) -> str:
return item.title

def item_link(self, item: BasePage) -> str:
return item.get_full_url(request=self.request)
return item.get_full_url(request=self.request) + "?utm_medium=rss"

def item_pubdate(self, item: BasePage) -> datetime:
return item.first_published_at
Expand Down

0 comments on commit 947612a

Please sign in to comment.