mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
fix
This commit is contained in:
parent
5d26509413
commit
064307ba5f
@ -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 %>">
|
||||
|
Loading…
x
Reference in New Issue
Block a user