This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog-slim.old/views/partials/_footer.twig
2026-02-22 19:48:40 +01:00

8 lines
203 B
Twig
Raw 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") }} Mon Blog Tous droits réservés.</p>
<nav>
<a href="">À propos</a> |
<a href="">Contact</a>
</nav>
</footer>