summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSakamoto <me@sakamoto.network>2026-01-05 20:47:08 -0600
committerSakamoto <me@sakamoto.network>2026-01-05 20:47:08 -0600
commit459363cef4409a68e919a28ff936c1a441ee9675 (patch)
treecbe0da022ebdd2614d2977fd3178c8c4a8358944
parent82a88ebfddacccf350ba42254642283dfcac7e8f (diff)
downloadsakamoto.network-459363cef4409a68e919a28ff936c1a441ee9675.tar.xz
sakamoto.network-459363cef4409a68e919a28ff936c1a441ee9675.zip
fix rss client resolution (maybe)
-rw-r--r--templates/base.html6
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