diff options
author | Oxbian <got.dacs@slmail.me> | 2023-05-03 21:43:29 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-05-03 21:43:29 +0200 |
commit | 284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e (patch) | |
tree | f76c7ac64262c19047c8a24f1d98e91dae56583c /tools/page_template.html | |
parent | 4190413a18a4b0008c1e34647ba5c5fa371396db (diff) | |
download | ArKa-Blog-284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e.tar.gz ArKa-Blog-284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e.zip |
Ajout des premières pages, et modification du générateur afin d'avoir les citations
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> |