Files
CoqResearch/_includes/footer.html
T
alois b3c00734c2
Build and Deploy Jekyll / deploy (push) Successful in 42s
feat: migration vers template academic-homepage original
2026-05-25 20:23:42 +02:00

17 lines
600 B
HTML

<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>