refonte du footer
Build and Deploy Jekyll / deploy (push) Successful in 44s

This commit is contained in:
2026-05-27 19:48:03 +00:00
parent b833aab37d
commit 4c2f81b6f4
+7 -15
View File
@@ -1,27 +1,27 @@
<footer class="footer border-top py-3 mt-5 bg-white small"> <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 %}"> <div class="{% if page.container_class %}{{ page.container_class }}{% else %}container-lg{% endif %}">
{% assign month_num = "now" | date: "%m" %} {% assign month_num = "now" | date: "%m" %}
{% assign month_name = site.month_names_fr[month_num] %} {% assign month_name = site.month_names_fr[month_num] %}
<div class="row align-items-center gy-2"> <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-muted gap-2">
<div class="col-md-4 text-muted"> <div>
<i> <i>
Dernière mise à jour : Dernière mise à jour :
{{ month_name }} {{ "now" | date: "%Y" }} {{ month_name }} {{ "now" | date: "%Y" }}
</i> </i>
</div> </div>
<div class="col-md-4 text-center text-muted"> <div>
© {{ "now" | date: "%Y" }} Aloïs Coquillard © {{ "now" | date: "%Y" }} Aloïs Coquillard
</div> </div>
<div class="col-md-4 text-md-end text-muted"> <div>
<a href="https://git.alocoq.fr/alois/CoqResearch" <a href="https://git.alocoq.fr/alois/CoqResearch"
class="text-decoration-none text-muted" class="text-decoration-none text-muted"
target="_blank"> target="_blank">
Source du site Source
</a> </a>
· ·
@@ -29,19 +29,11 @@
<a href="https://git.alocoq.fr/alois" <a href="https://git.alocoq.fr/alois"
class="text-decoration-none text-muted" class="text-decoration-none text-muted"
target="_blank"> target="_blank">
Git personnel Git
</a> </a>
</div> </div>
</div> </div>
{% if site.data.display.footer_text %}
<div class="row mt-2">
<div class="col text-center text-muted">
{{ site.data.display.footer_text }}
</div>
</div>
{% endif %}
</div> </div>
</footer> </footer>