diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 17:21:41 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 17:21:41 +0100 |
| commit | 3ce41d99d688410a361d83767b50b64a35b569d4 (patch) | |
| tree | 3e53a0a1356950575d152f3d8d1eb18bec33c633 /backend/templates/base.html | |
| parent | 0c3a89ee546a2a3215eb32d9786dabeda051812d (diff) | |
feat(sections): general rss feed
Diffstat (limited to 'backend/templates/base.html')
| -rw-r--r-- | backend/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/base.html b/backend/templates/base.html index 0a54096..436a1c2 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="fr" prefix="og: https://ogp.me/ns/article#"> +<html lang="{{ .Language }}" prefix="og: https://ogp.me/ns/article#"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> |
