-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1fe9ea
commit 16ff339
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<footer id="site-footer"> | ||
<div class="container"> | ||
<div class="text-center"> | ||
© 2009-{{ 'now' | date: "%Y" }} Codagora (Emmanuel Bernard) – Tous droits réservés – <a href="{% link legal.md %}">Mentions légales</a> | ||
© 2009–{{ 'now' | date: "%Y" }} Codagora (Emmanuel Bernard) — Tous droits réservés — <a href="{% link legal.md %}">Mentions légales</a> — <a href="{% link licence.md %}">Licence</a> | ||
</div> | ||
</div> | ||
</footer> |