aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-06-22 21:37:10 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-06-22 21:37:10 +0100
commitab529917847641190f21129804bbda1784b4f998 (patch)
treedfdd39286d330dd62339ade0499471b70187ae04 /static
parentbc5ac494c6162743810b9aeb1cda4f22d94a486a (diff)
downloadblossom-ab529917847641190f21129804bbda1784b4f998.tar.gz
blossom-ab529917847641190f21129804bbda1784b4f998.tar.bz2
blossom-ab529917847641190f21129804bbda1784b4f998.zip
implement atom syndication
Diffstat (limited to 'static')
-rw-r--r--static/atombadge.pngbin0 -> 4767 bytes
-rw-r--r--static/atomfeed.gifbin0 -> 199 bytes
-rw-r--r--static/style.css8
3 files changed, 8 insertions, 0 deletions
diff --git a/static/atombadge.png b/static/atombadge.png
new file mode 100644
index 0000000..db1cabf
--- /dev/null
+++ b/static/atombadge.png
Binary files differ
diff --git a/static/atomfeed.gif b/static/atomfeed.gif
new file mode 100644
index 0000000..680f096
--- /dev/null
+++ b/static/atomfeed.gif
Binary files 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 {