first commit
This commit is contained in:
11
views/partials/_footer.twig
Normal file
11
views/partials/_footer.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer class="site-footer">
|
||||
<p>
|
||||
© {{ "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>
|
||||
Reference in New Issue
Block a user