fabinfra-theme/layouts/partials/footer_fabaccess.html
2020-09-07 16:11:15 +02:00

13 lines
732 B
HTML

<footer id = "bigfooter">
<div style = "padding:15px 15px 0px 15px;display:table;width: 100%">
<p>
<span style="display: table-cell; vertical-align: middle;width:10%;"></span>
<span style="display: table-cell; vertical-align: middle;width:80%;">{{ "Powered by [Hugo](https://gohugo.io). Themed by [fabinfra](https://gitlab.com/fabinfra/fabinfra-theme)." | markdownify }}</span>
<span style="display: table-cell; vertical-align: middle;width:10%;"><img src="/img/logo/BMBF_gefördert-vom_deutsch.jpg" alt="Gefördert vom BMBF"></span>
</p>
</div>
</footer>
</body>
</html>