Files
slim-blog/views/partials/_footer.twig
2026-03-16 01:47:07 +01:00

11 lines
438 B
Twig
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>