charasheet/src/common/templates/common/footer.html
2022-11-09 21:25:14 +01:00

11 lines
384 B
HTML

<footer class="bg-light mt-auto">
<div class="container text-muted pt-2 pb-2 d-flex justify-content-between">
<span>
Version : {{ build.describe }} &bull; {{ build.date }}
</span>
<div>
<a href="https://github.com/Crocmagnon/charasheet" class="text-muted"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</footer>