From ab529917847641190f21129804bbda1784b4f998 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 22 Jun 2023 21:37:10 +0100 Subject: implement atom syndication --- static/atombadge.png | Bin 0 -> 4767 bytes static/atomfeed.gif | Bin 0 -> 199 bytes static/style.css | 8 ++++++++ 3 files changed, 8 insertions(+) create mode 100644 static/atombadge.png create mode 100644 static/atomfeed.gif (limited to 'static') diff --git a/static/atombadge.png b/static/atombadge.png new file mode 100644 index 0000000..db1cabf Binary files /dev/null and b/static/atombadge.png differ diff --git a/static/atomfeed.gif b/static/atomfeed.gif new file mode 100644 index 0000000..680f096 Binary files /dev/null and b/static/atomfeed.gif differ diff --git a/static/style.css b/static/style.css index bf3f649..67cd922 100644 --- a/static/style.css +++ b/static/style.css @@ -166,6 +166,14 @@ footer { background-color: #0000; } +.small-badge, +.small-badge * { + padding: 0; + border: 0; + margin: 0; + font-size: 0; +} + /* homepage css */ #title { -- cgit