website/layouts/partials/footer.html
Rafael Mardojai CM ee6df2ca4d
Initial commit
2023-12-17 08:45:10 -05:00

8 lines
No EOL
361 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="section section-page footer">
<div class="container">
<p class="copy">© 2020{{ dateFormat "2006" now }} The Dialect Authors</p>
<a href="https://circle.gnome.org" class="circle">
<img src="https://circle.gnome.org/assets/button/circle-button-fullcolor.svg" alt="GNOME Circle">
</a>
</div>
</footer>