diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-18 21:08:41 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-18 21:08:41 -0500 |
| commit | 226726866367a099e700abb447dc08dec13aea59 (patch) | |
| tree | 606cc6d60f8fd1deace08f5850509a884a0665a8 /themes | |
| parent | 13bd90c332d5a2cec27ec27ef015ebd5e2cdf366 (diff) | |
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/kvog/layouts/home.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/kvog/layouts/home.html b/themes/kvog/layouts/home.html index 5dddd15..29ea96b 100644 --- a/themes/kvog/layouts/home.html +++ b/themes/kvog/layouts/home.html @@ -9,4 +9,9 @@ {{ end }} {{ end }} --> -<marquee>🦍</marquee> +<html> + <head> + <meta charset="UTF-8"> + </head> + <marquee>🦍</marquee> +</html> |