summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSakamoto <me@sakamoto.network>2026-06-18 12:39:24 -0500
committerSakamoto <me@sakamoto.network>2026-06-18 12:39:24 -0500
commite9defbb72e024d8d54d73b8e994730bb1128adcf (patch)
treef84b5a0a69366e149117a646d0c5c2811e30dceb /templates
parent9d49a1eef208cc549bd1b525a2fe24fe37ac2c12 (diff)
downloadsakamoto.network-e9defbb72e024d8d54d73b8e994730bb1128adcf.tar.xz
sakamoto.network-e9defbb72e024d8d54d73b8e994730bb1128adcf.zip
fix formatting
thanks prettier https://github.com/prettier/prettier/issues/15336
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html32
-rw-r--r--templates/index.html2
2 files changed, 17 insertions, 17 deletions
diff --git a/templates/base.html b/templates/base.html
index b89bd51..bb64859 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,28 +1,26 @@
<!doctype html>
<html lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <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" />
+ <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" />
+ 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
name="viewport"
- content="width=device-width, initial-scale=1.0, user-scalable=yes"
- />
- <meta name="color-scheme" content="light dark" />
+ content="width=device-width, initial-scale=1.0, user-scalable=yes">
+ <meta name="color-scheme" content="light dark">
</head>
<body>
<!-- from sizeof.cat -->
- <script type="text/javascript" src="/favicons.js"></script>
+ <script src="/favicons.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
favicons();
@@ -35,22 +33,24 @@
src="/favicon.ico"
alt="sakamoto"
style="width: 25px; height: 25px"
- /></a>
+ ></a>
<nav>
<a href="https://git.sakamoto.network">git</a>
<a href="/blog">blog</a>
</nav>
</header>
- <hr />
+ <hr>
<main>{% block content %} {% endblock content %}</main>
- <hr />
+ <hr>
<footer>
- <p>No rights reserved.
- <a href="https://xn--gckvb8fzb.com/faq/#trust">Birds aren't real.</a> </p>
+ <p>
+ No rights reserved.
+ <a href="https://xn--gckvb8fzb.com/faq/#trust">Birds aren't real.</a>
+ </p>
<nav>
<a href="/rss.xml">rss</a>
<a href="/atom.xml">atom</a>
diff --git a/templates/index.html b/templates/index.html
index 07f92f2..31560ab 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,7 +2,7 @@
%} {% block content %}
<!-- <h1>sakamoto.network</h1> -->
-<h2>Services</h2>
+<h1>Services</h1>
<ul>
<li><a href="https://git.sakamoto.network">forgejo</a></li>