EllieBot-docs/layouts/partials/menu-footer.html

21 lines
639 B
HTML
Raw Permalink Normal View History

2024-06-12 14:17:14 +00:00
<!-- make sure links are visible as such -->
<style>
p.menu-footer > a {
text-decoration: underline !important;
}
</style>
<p class="menu-footer">
© 2018 - 2024 EllieBotDevs
2024-06-12 14:17:14 +00:00
</p>
<p class="menu-footer">
2024-12-22 07:21:42 +00:00
Ellie code available on <a href="https://toastielab.dev/EllieBotDevs/elliebot"
2024-06-12 14:17:14 +00:00
title="Toastielab"><i class="fa-brands fa-git-alt"></i>Toastielab</a>
</p>
2024-06-12 14:17:14 +00:00
<!-- required to adhere to MIT license terms -->
<p class="menu-footer">
Built with <a href="https://github.com/McShelby/hugo-theme-relearn" title="love"><i class="fas fa-heart"></i></a>
by <a href="https://gohugo.io/">Hugo</a>
</p>