aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-05 23:57:26 -0600
committerChristian Cleberg <[email protected]>2026-03-05 23:57:26 -0600
commit0222de67ab8f27b07469ea271afcf16c9c57b579 (patch)
treea6f364a519cf68ee52b824826ed3e53fee0a188c /theme/templates/base.html
parent124d4dc1e7f442757c6debc28c446b9724be07a0 (diff)
downloadcleberg.net-0222de67ab8f27b07469ea271afcf16c9c57b579.tar.gz
cleberg.net-0222de67ab8f27b07469ea271afcf16c9c57b579.tar.bz2
cleberg.net-0222de67ab8f27b07469ea271afcf16c9c57b579.zip
update styles with new theme
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r--theme/templates/base.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index dbdb3b5..b502a38 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -13,7 +13,6 @@
{% if site_keywords is defined %}<meta name="keywords" content="{{ site_keywords }}" >{% endif %}
<link rel="stylesheet" href="{{ url_for("static", file="styles.min.css") }}" type="text/css">
<link rel="icon" href="{{ url_for("static", file="favicon.svg") }}" type="image/svg+xml">
- <link rel="icon" href="{{ url_for("static", file="favicon-light.png") }}" type="image/png">
{% block meta %}{% endblock %}
{% endblock %}
</head>
@@ -28,17 +27,17 @@
<li><a href="/services/">Services</a></li>
</ul>
</nav>
-
+ <hr>
<main id="main">
<div> {% block main %}{% endblock %}
</div>
</main>
-
-<footer>
- <a href="https://github.com/ccleberg/cleberg.net">SOURCE</a> &middot;
- <a href="/feed.xml">RSS</a> &middot;
- <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">ONION</a> &middot;
- <a href="/tips">Tips</a>
-</footer>
+ <hr>
+ <footer>
+ <a href="https://github.com/ccleberg/cleberg.net">SOURCE</a> &middot;
+ <a href="/feed.xml">RSS</a> &middot;
+ <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">ONION</a> &middot;
+ <a href="/tips">Tips</a>
+ </footer>
</body>
</html>