diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | templates/base.html | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ [ ] multiple tag UI [x] poetry [x] remove skweets widget +[ ] make font smaller +[x] fix blos.sm badge +[ ] localisation [ ] opengraph [ ] more badges [ ] site translations diff --git a/templates/base.html b/templates/base.html index 3912833..c1dbfad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -73,7 +73,7 @@ </main> <footer class="panel"> - <a class="badge" href="https://blos.sm"><img src="https://blos.sm/badges/cel.png"></a> + <a class="badge" href="https://blos.sm"><img src="https://blos.sm/static/badges/cel.png"></a> <a class="badge" href="https://skinnyver.se"><img src="/static/badges/badussyflops.png"></a> <img class="badge" src="/static/badges/mothracompat.gif"> <img class="badge" src="/static/badges/flexbox.png"> |