mirror of https://github.com/lumapu/ahoy.git
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.
20 lines
635 B
20 lines
635 B
2 years ago
|
<footer class="text-center text-lg-start bg-light text-muted">
|
||
|
<div class="row mt-3">
|
||
|
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
|
||
|
<div class="text-center p-4">
|
||
|
© 2022
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
|
||
|
<div class="text-center p-4">
|
||
|
{{ .Site.Title }}
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
|
||
|
<div class="text-center p-4">
|
||
|
<a href="/ahoy/imprint">Imprint</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</footer>
|