This commit is contained in:
+6
-14
@@ -4,24 +4,24 @@
|
||||
{% assign month_num = "now" | date: "%m" %}
|
||||
{% 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>
|
||||
Dernière mise à jour :
|
||||
{{ month_name }} {{ "now" | date: "%Y" }}
|
||||
</i>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 text-center text-muted">
|
||||
<div>
|
||||
© {{ "now" | date: "%Y" }} Aloïs Coquillard
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 text-md-end text-muted">
|
||||
<div>
|
||||
<a href="https://git.alocoq.fr/alois/CoqResearch"
|
||||
class="text-decoration-none text-muted"
|
||||
target="_blank">
|
||||
Source du site
|
||||
Source
|
||||
</a>
|
||||
|
||||
·
|
||||
@@ -29,19 +29,11 @@
|
||||
<a href="https://git.alocoq.fr/alois"
|
||||
class="text-decoration-none text-muted"
|
||||
target="_blank">
|
||||
Git personnel
|
||||
Git
|
||||
</a>
|
||||
</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>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user