diff options
| author | Sakamoto <me@sakamoto.network> | 2026-01-05 20:48:47 -0600 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2026-01-05 20:48:47 -0600 |
| commit | f23e7eb9f0c35be4f95cd30c56a13e43f69ec987 (patch) | |
| tree | 8e38c5de163123af5da065843caffb34dc723624 /templates | |
| parent | 459363cef4409a68e919a28ff936c1a441ee9675 (diff) | |
| download | sakamoto.network-f23e7eb9f0c35be4f95cd30c56a13e43f69ec987.tar.xz sakamoto.network-f23e7eb9f0c35be4f95cd30c56a13e43f69ec987.zip | |
temp fix
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 33d96c8..90ab815 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,8 @@ <head> <link rel="stylesheet" href="/style.css" type="text/css" /> <title>{% block title %} {% endblock title %}</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> --> + <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="alternate" |
