fix html tag being hardcoded to english
This commit is contained in:
parent
9207d66049
commit
a096f71b5f
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="{{ .Language }}">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
Loading…
Reference in New Issue
Block a user