summaryrefslogtreecommitdiff
path: root/layouts/partials/buttons.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-09-22 11:06:15 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-09-22 11:06:15 +0200
commitef7c8c820916556fc5bff26c6ad7d12ef1606423 (patch)
treee6dbc68e081d43c6675591e1748f489833c8c05d /layouts/partials/buttons.html
parentc150f419a06e7bb006a4a71fa4e98faeb961037d (diff)
reworked the website
changed buttons, css, added first blog post
Diffstat (limited to 'layouts/partials/buttons.html')
-rw-r--r--layouts/partials/buttons.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/layouts/partials/buttons.html b/layouts/partials/buttons.html
index 7eab99d..beb7d9e 100644
--- a/layouts/partials/buttons.html
+++ b/layouts/partials/buttons.html
@@ -1,13 +1,8 @@
-<div style="text-align: center;">
- <a href="/"><img src="/favicon.ico" alt="Logo de mon site"
- title="Page Web de Mielota" width="37" height="37"></a>
- <a href="/index.xml"><img src="/assets/rss.png" alt="Rss Feed logo"
- title="Rss Feed"></a>
+<div class="buttons">
<a href="/banporn/"><img src="/assets/banporn.png" alt="BAN PORN"
title="BAN PORN"></a>
<a href="https://codeberg.org/mielota"><img src="/assets/codeberg.png" alt="Codeberg logo"
title="Codeberg"></a>
- <a href="https://github.com/mielota"><img src="/assets/github.png" alt="GitHub logo"
- title="GitHub"></a>
-
+ <a href="/"><img src="/favicon.ico" alt="Logo de mon site"
+ title="Page Web de Mielota" width="31" height="31"></a>
</div>