25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
|
<footer class="footer fixed-bottom bg-dark">
|
||
|
|
||
|
<div class="container">
|
||
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||
|
<p class="col-md-4 mb-0 text-body-secondary">© {{ now.Year }} University of Stuttgart</p>
|
||
|
|
||
|
<a href="/" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
|
||
|
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
|
||
|
</a>
|
||
|
|
||
|
<ul class="nav col-md-4 justify-content-end">
|
||
|
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Protection of Privacy</a></li>
|
||
|
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Imprint</a></li>
|
||
|
</ul>
|
||
|
</footer>
|
||
|
</div>
|
||
|
|
||
|
<!-- JavaScript and dependencies -->
|
||
|
|
||
|
{{ $bootstrap := resources.Get "js/bootstrap.bundle.min.js" }} {{ $js := slice
|
||
|
$bootstrap | resources.Concat "js/bundle.js" | resources.Minify }}
|
||
|
|
||
|
<script src="{{$js.RelPermalink}}" defer></script>
|
||
|
</footer>
|