mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-13 07:01:51 +01:00
9 lines
306 B
HTML
9 lines
306 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>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|