This commit is contained in:
mooleshacat 2024-10-20 12:16:05 -04:00
parent 064307ba5f
commit 9fc3332ddb

View File

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