diff options
author | Mario Forzanini <mf@marioforzanini.com> | 2024-07-07 15:25:33 +0200 |
---|---|---|
committer | Mario Forzanini <mf@marioforzanini.com> | 2024-07-07 15:25:33 +0200 |
commit | 25c526333dbc7cd36fb557b1a6e07fe1449ee3b3 (patch) | |
tree | 887e16324d36585ca30966db2bd41901f1afdce7 /articles/templates | |
parent | fe75e6ba3fc46596dc696681d031b3ab0db8317e (diff) |
Diffstat (limited to 'articles/templates')
-rw-r--r-- | articles/templates/page/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/templates/page/header.html b/articles/templates/page/header.html index 0473ea1..1ae7a58 100644 --- a/articles/templates/page/header.html +++ b/articles/templates/page/header.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8" content="text/html" lang="en"> <title>${title} - ${sitetitle}</title> |