diff options
Diffstat (limited to 'tools/page_template.html')
-rw-r--r-- | tools/page_template.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/page_template.html b/tools/page_template.html index aada517..871d433 100644 --- a/tools/page_template.html +++ b/tools/page_template.html @@ -28,13 +28,14 @@ $CONTENT </article> </main> + <hr> <footer> <p>Contactez-moi pour toute question ou discussion, je répond assez vite en général.</p> - <ul class="contact"> - <li><a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a></li> - <li><a class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li> - <li><a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a></li> - </ul> + <div> + <a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a> + <a class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a> + <a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a> + </div> </footer> </body> </html> |