This commit is contained in:
mooleshacat 2024-10-20 12:05:05 -04:00
parent 5d26509413
commit 064307ba5f

View File

@ -1,8 +1,7 @@
<%
Require "../uptime.cr"
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 %>">