forked from 00dani/lemoncurry
Added support for RSS and Atom feeds, because why not
This commit is contained in:
parent
c34ec965a1
commit
730a2bcb9d
7 changed files with 106 additions and 3 deletions
|
@ -17,6 +17,8 @@ def index(request):
|
|||
return {
|
||||
'user': user,
|
||||
'entries': user.entries.all(),
|
||||
'atom': 'entries:atom',
|
||||
'rss': 'entries:rss',
|
||||
'meta': user.as_meta(request),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue