2023-12-09 16:52:21 +01:00
|
|
|
<div class="container">
|
|
|
|
<footer
|
|
|
|
class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-auto mx-3 border-top"
|
|
|
|
>
|
|
|
|
<p class="col-md-4 mb-0 text-body-secondary justify-content-start">
|
|
|
|
© {{ now.Year }} University of Stuttgart
|
|
|
|
</p>
|
2023-12-08 13:43:16 +01:00
|
|
|
|
2023-12-09 16:52:21 +01:00
|
|
|
<p
|
|
|
|
class="col-md-4 mb-0 text-body-secondary text-center"
|
|
|
|
>
|
|
|
|
Powered by <a
|
|
|
|
href="https://gohugo.io/"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
target="_blank"
|
|
|
|
>Hugo</a
|
|
|
|
>
|
|
|
|
</p>
|
2023-12-08 13:43:16 +01:00
|
|
|
|
2023-12-09 16:52:21 +01:00
|
|
|
<ul class="nav col-md-4 mb-0 justify-content-end">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a
|
|
|
|
href="https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html"
|
|
|
|
class="nav-link px-2 text-body-secondary"
|
|
|
|
>Protection of Privacy</a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a
|
|
|
|
href="https://www.uni-stuttgart.de/impressum"
|
|
|
|
class="nav-link px-2 text-body-secondary"
|
|
|
|
>Imprint</a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</footer>
|
|
|
|
</div>
|
2023-12-08 13:43:16 +01:00
|
|
|
|
2023-12-09 16:52:21 +01:00
|
|
|
<!-- 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>
|