mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-05-10 19:43:29 +02:00
11 lines
753 B
HTML
11 lines
753 B
HTML
<footer id = "bigfooter">
|
|
<div style = "padding:15px;">
|
|
<p>{{ "Powered by [Hugo](https://gohugo.io). Themed by [fabinfra](https://gitlab.com/fabinfra/fabinfra-theme)." | markdownify }}
|
|
</p>
|
|
<div class="flaticon">Icons made by <a href="https://www.flaticon.com/authors/payungkead" title="Payungkead">Payungkead</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
|
|
<div class="flaticon">Icons made by <a href="https://www.flaticon.com/authors/roundicons" title="Roundicons">Roundicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|