mirror of
https://github.com/akatiggerx04/graysx-hugo.git
synced 2024-10-01 05:25:38 -04:00
11 lines
794 B
HTML
11 lines
794 B
HTML
|
<!-- Footer-->
|
||
|
<footer class="footer bg-black small text-center text-white-50"><div class="container px-4 px-lg-5">Copyright © {{ .Name }} {{ now.Format "2006"}}</div></footer>
|
||
|
<!-- Bootstrap core JS-->
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
||
|
<!-- Core theme JS-->
|
||
|
<script src="js/scripts.js"></script>
|
||
|
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
||
|
<!-- * * SB Forms JS * *-->
|
||
|
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
|
||
|
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
|
||
|
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
|