From f22e126f73d898d5bcbdeb320705e88b234da76e Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 29 Mar 2025 20:52:17 -0500 Subject: add IndieWedring --- theme/static/styles.css | 4 ++++ theme/templates/base.html | 5 +++++ theme/templates/index.html | 14 ++++++++++++++ 3 files changed, 23 insertions(+) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index 1966a42..91a441f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -573,6 +573,10 @@ span.tag::before { margin: 0; } +.hidden { + display: none; +} + @media (prefers-color-scheme: dark) { :root { --bg: #141617; diff --git a/theme/templates/base.html b/theme/templates/base.html index 8896071..85262b2 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -39,6 +39,11 @@ RSS Feed · security.txt

+

+ ← + An IndieWeb Webring πŸ•ΈπŸ’ + β†’ +

diff --git a/theme/templates/index.html b/theme/templates/index.html index 54c5eab..518c10e 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -51,4 +51,18 @@ sub cv25519 2025-03-11 [E] + + {% endblock %} -- cgit v1.2.3-70-g09d2