aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
-rw-r--r--static/badges/astra.pngbin0 -> 4887 bytes
-rw-r--r--static/badges/jett.pngbin0 -> 5738 bytes
-rw-r--r--static/badges/skye.pngbin0 -> 6367 bytes
-rw-r--r--templates/base.html3
5 files changed, 4 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 7fd1677..e385d3c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,7 +4,7 @@
[x] atom feed
[x] tags
[ ] multiple tag UI
-[ ] poetry
+[x] poetry
[x] remove skweets widget
[ ] opengraph
[ ] more badges
diff --git a/static/badges/astra.png b/static/badges/astra.png
new file mode 100644
index 0000000..e762756
--- /dev/null
+++ b/static/badges/astra.png
Binary files differ
diff --git a/static/badges/jett.png b/static/badges/jett.png
new file mode 100644
index 0000000..995b049
--- /dev/null
+++ b/static/badges/jett.png
Binary files differ
diff --git a/static/badges/skye.png b/static/badges/skye.png
new file mode 100644
index 0000000..91444af
--- /dev/null
+++ b/static/badges/skye.png
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 9fdf6c2..63068fd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -80,6 +80,9 @@
<a class="badge" href="https://keithhacks.cyou"><img src="/static/badges/keith.gif"></a>
<a class="badge" href="https://webb.spiderden.org"><img src="/static/badges/webb.png"></a>
<a class="badge" href="https://unix.dog/~bogdan"><img src="/static/badges/sardine.png"></a>
+ <img class="badge" src="/static/badges/astra.png">
+ <img class="badge" src="/static/badges/skye.png">
+ <img class="badge" src="/static/badges/jett.png">
</footer>
</div>