mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-03-07 14:50:08 +00:00
Move feed_menu and default_home into user preferences
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<% content_for "header" do %>
|
||||
<meta name="description" content="<%= translate(locale, "An alternative front-end to YouTube") %>">
|
||||
<title>
|
||||
<% if config.default_home != "Trending" %>
|
||||
<% if env.get("preferences").as(Preferences).default_home != "Trending" %>
|
||||
<%= translate(locale, "Trending") %> - Invidious
|
||||
<% else %>
|
||||
Invidious
|
||||
|
||||
Reference in New Issue
Block a user