diff options
| author | Sakamoto <me@sakamoto.network> | 2026-01-05 20:54:54 -0600 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2026-01-05 20:54:54 -0600 |
| commit | 5490fbef34874fdfb4a51c7124c47afdba5634bb (patch) | |
| tree | cbe0da022ebdd2614d2977fd3178c8c4a8358944 /templates | |
| parent | f23e7eb9f0c35be4f95cd30c56a13e43f69ec987 (diff) | |
| download | sakamoto.network-5490fbef34874fdfb4a51c7124c47afdba5634bb.tar.xz sakamoto.network-5490fbef34874fdfb4a51c7124c47afdba5634bb.zip | |
Revert "temp fix"
This reverts commit f23e7eb9f0c35be4f95cd30c56a13e43f69ec987.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 90ab815..33d96c8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,8 +3,7 @@ <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="X-UA-Compatible" content="IE=edge"/> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="alternate" |
