Make yourFeed the default

This commit is contained in:
Richard Feldman
2018-05-05 08:38:14 -04:00
parent ca4ffa26c3
commit edbbcacb7c
7 changed files with 29 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ init session =
if session.user == Nothing then
SelectList.singleton globalFeed
else
SelectList.fromLists [] yourFeed [ globalFeed ]
SelectList.fromLists [] globalFeed [ yourFeed ]
loadTags =
Request.Article.tags