summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorSakamoto <me@sakamoto.network>2026-01-05 20:54:58 -0600
committerSakamoto <me@sakamoto.network>2026-01-05 20:54:58 -0600
commit3b0364a16eeaff3c79f5304c5320f123f570bdbc (patch)
tree2f38f7af7641dbe056dd9b0ff7990d8c3a5ffbb2 /templates/base.html
parent5490fbef34874fdfb4a51c7124c47afdba5634bb (diff)
downloadsakamoto.network-3b0364a16eeaff3c79f5304c5320f123f570bdbc.tar.xz
sakamoto.network-3b0364a16eeaff3c79f5304c5320f123f570bdbc.zip
Revert "fix rss client resolution (maybe)"
This reverts commit 459363cef4409a68e919a28ff936c1a441ee9675.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 33d96c8..83b5cc3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,16 +1,16 @@
<!doctype html>
<html lang="en">
<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" />
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+ <title>{% block title %} {% endblock title %}</title>
+ <link rel="stylesheet" href="/style.css" type="text/css" />
<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