diff options
Diffstat (limited to 'internal/web/templates')
| -rw-r--r-- | internal/web/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 8c9fd86..780224f 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -11,7 +11,7 @@ included too; they override "date" via hx-vals. The theme <select> has no server round trip: it swaps the #theme <link>'s href directly. */}} <!doctype html> -<html lang="pl"> +<html lang="{{.Lang}}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> |
