first commit

This commit is contained in:
julien
2026-03-16 01:47:07 +01:00
commit 8f7e61bda0
185 changed files with 27731 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<footer class="site-footer">
<p>
&copy; {{ "now"|date("Y") }} Slim Blog Made with ❤️ by <a href="https://netig.net">NETig</a>
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="license">CC BY-SA 4.0</a>
</p>
<nav>
{# TODO : remplacer par les vraies URLs une fois les pages créées #}
<a href="">À propos</a> |
<a href="">Contact</a>
</nav>
</footer>