feat: migration vers template academic-homepage original
Build and Deploy Jekyll / deploy (push) Successful in 42s
Build and Deploy Jekyll / deploy (push) Successful in 42s
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user