feat: migration vers template academic-homepage original
Build and Deploy Jekyll / deploy (push) Successful in 42s

This commit is contained in:
2026-05-25 20:23:42 +02:00
parent 8500659207
commit b3c00734c2
78 changed files with 3458 additions and 188 deletions
+16
View File
@@ -0,0 +1,16 @@
<footer class="footer border-top py-2 mt-5 bg-white small">
<div class="{% if page.container_class %}{{ page.container_class }}{% else %}container-lg{% endif %}">
<div class="row my-3">
<div class="col-6">
<div class="text-muted">
<i>Last updated: {{ "now" | date: "%b %Y" }}</i>
</div>
</div>
<div class="col-6">
<div class="text-right text-muted">
{{ site.data.display.footer_text }}
</div>
</div>
</div>
</div>
</footer>