This commit is contained in:
mooleshacat 2024-10-20 12:26:32 -04:00
parent 9fc3332ddb
commit faa639c031

View File

@ -1,7 +1,7 @@
<%
locale = env.get("preferences").as(Preferences).locale
dark_mode = env.get("preferences").as(Preferences).dark_mode
str_uptime = UpTime.get_uptime
str_uptime = Invidious::Uptime.get_uptime
%>
<!DOCTYPE html>
<html lang="<%= locale %>">