boxes/_includes/footer.html
2024-01-23 22:26:44 +01:00

18 lines
1.3 KiB
HTML

<footer class="footer {% if page.longContent == true %}footer-moving{% endif %} bg-light"
><div class="container-fluid"><div class="row">
<div class="col text-center text-muted">
<div class="footer-part"><b>{{ site.name }}</b> &copy;&nbsp;1999-2024 <a href="https://thomasjensen.com"
target="_blank"><span class="d-none d-sm-inline">Thomas&nbsp;Jensen</span><span class="d-inline d-sm-none">T.J.</span></a><span
class="d-none d-sm-inline"> and the</span><span class="d-inline d-sm-none">,</span>
<i>boxes</i> <span class="d-none d-sm-inline">contributors</span><span class="d-inline d-sm-none">contribs</span><span
class="footer-sep"></span></div><div class="footer-part"><a
href="{{ site.baseurl }}/website-attribution.html">website license attribution</a></div>
</div></div></div
></footer>
<script src="https://code.jquery.com/jquery-3.6.0.slim.min.js" crossorigin="anonymous"
integrity="sha384-Qg00WFl9r0Xr6rUqNLv1ffTSSKEFFCDCKVyHZ+sVt8KuvG99nWw5RNvbhuKgif9z"></script>
<script src="https://unpkg.com/@popperjs/core@2" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"></script>