mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-03 00:03:14 -04:00
Add Recently Added to home
This commit is contained in:
@@ -67,6 +67,7 @@ class MainRouter < Router
|
||||
begin
|
||||
username = get_username env
|
||||
continue_reading = @context.library.get_continue_reading_entries username
|
||||
recently_added = @context.library.get_recently_added_entries username
|
||||
|
||||
layout "home"
|
||||
rescue e
|
||||
|
||||
Reference in New Issue
Block a user