From: Zack M. Davis Date: Thu, 16 Jul 2026 22:31:01 +0000 (-0700) Subject: link to feeds X-Git-Url: https://zackmdavis.net/blog/source?a=commitdiff_plain;h=ed639809e510bd6305a52d5dbe4e113862184abd;p=An_Algorithmic_Lucidity.git link to feeds --- diff --git a/theme/static/css/style.css b/theme/static/css/style.css index d65eb23..7a5c48c 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -318,6 +318,21 @@ header h1 a:hover { font-size: 12px; } +.feed-links { + display: flex; + gap: 12px; +} + +.feed-link { + display: inline-flex; + align-items: center; + gap: 4px; +} + +.feed-link svg { + flex-shrink: 0; +} + .archive-title { font-family: "Bitstream Charter", "Charter", Georgia, serif; font-size: 22px; diff --git a/theme/templates/base.html b/theme/templates/base.html index 464d929..7f8ecbf 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -30,6 +30,26 @@