Added activity feed

This commit is contained in:
2018-10-31 14:27:48 +09:00
parent 8e1578f2cb
commit 97c8f99499
14 changed files with 93 additions and 19 deletions

View File

@ -30,10 +30,10 @@ component Sidebar(user *arn.User)
SidebarButton("Home", "/+" + user.Nick + "/animelist/watching", "home")
else
SidebarButton("Home", "/", "home")
SidebarButton("Activity", "/activity", "rss")
SidebarButton("Forum", "/forum", "comment")
SidebarButton("Explore", "/explore", "th")
SidebarButton("Calendar", "/calendar", "calendar")
SidebarButton("AMVs", "/amvs", "video-camera")
SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("Quotes", "/quotes", "quote-left")