You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
388 B

<footer class="footer mt-auto px-4 py-5 bg-dark">
<div class="container">
<div class="row">
<div class="col text-white">© 2022 {{ .Site.Title }}</div>
<div class="col"><a href="/imprint">Imprint</a></div>
</div>
</div>
</footer>
{{ $js := "js/bootstrap.bundle.min.js" | relURL }}
<script type="text/javascript" src="{{ $js }}"></script>