Files
CoqResearch/_includes/footer.html
T
alois 4c2f81b6f4
Build and Deploy Jekyll / deploy (push) Successful in 44s
refonte du footer
2026-05-27 19:48:03 +00:00

39 lines
1.2 KiB
HTML

<footer class="footer border-top py-3 mt-5 bg-white small">
<div class="{% if page.container_class %}{{ page.container_class }}{% else %}container-lg{% endif %}">
{% assign month_num = "now" | date: "%m" %}
{% assign month_name = site.month_names_fr[month_num] %}
<div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-muted gap-2">
<div>
<i>
Dernière mise à jour :
{{ month_name }} {{ "now" | date: "%Y" }}
</i>
</div>
<div>
© {{ "now" | date: "%Y" }} Aloïs Coquillard
</div>
<div>
<a href="https://git.alocoq.fr/alois/CoqResearch"
class="text-decoration-none text-muted"
target="_blank">
Source
</a>
·
<a href="https://git.alocoq.fr/alois"
class="text-decoration-none text-muted"
target="_blank">
Git
</a>
</div>
</div>
</div>
</footer>