diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 11:37:38 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 11:37:38 +0200 |
| commit | 60c3671b6f09f1f4d4a7d30216c94a80dbee6baa (patch) | |
| tree | 0b844a51bac8e61ea2bb51d34b69fdd0b43b8fc4 /app/views/layouts/application.html.erb | |
| parent | 36a4194ee3013dfa834aa8d4d57b0bfacf724a1a (diff) | |
Bring some tags forward to 2026 and provide humanized asset name
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5717cebf..6947d329 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | <html lang="<%= I18n.locale %>"> | 3 | <html lang="<%= I18n.locale %>"> |
| 4 | <head> | 4 | <head> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 5 | <meta charset="utf-8"/> |
| 6 | <meta name="viewport" content="width=device-width,initial-scale=1"/> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| 7 | 7 | ||
| 8 | <%= render :partial => "layouts/social_meta" %> | 8 | <%= render :partial => "layouts/social_meta" %> |
