fix: replace %lang% placeholder in html lang (#1071)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
dai
2025-11-04 13:01:12 +00:00
committed by GitHub
co-authored by Elias Schneider
parent ed2c7b2303
commit 7ec57437ac
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="%lang%">
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/api/application-images/favicon" />