diff options
| author | Sakamoto <me@sakamoto.network> | 2026-01-05 20:47:08 -0600 |
|---|---|---|
| committer | Sakamoto <me@sakamoto.network> | 2026-01-05 20:47:08 -0600 |
| commit | 459363cef4409a68e919a28ff936c1a441ee9675 (patch) | |
| tree | cbe0da022ebdd2614d2977fd3178c8c4a8358944 /templates/base.html | |
| parent | 82a88ebfddacccf350ba42254642283dfcac7e8f (diff) | |
| download | sakamoto.network-459363cef4409a68e919a28ff936c1a441ee9675.tar.xz sakamoto.network-459363cef4409a68e919a28ff936c1a441ee9675.zip | |
fix rss client resolution (maybe)
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 83b5cc3..33d96c8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,16 +1,16 @@ <!doctype html> <html lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>{% block title %} {% endblock title %}</title> <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" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="sakamoto.network" href="/rss.xml" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta property="og:type" content="website" /> <meta property="og:description" content="sakamoto.network" /> <meta |
