Files
Notes/notes-service/vendor/loco-rs/docs-site/templates/macros/footer.html
T
2026-08-01 16:11:49 +03:00

24 lines
770 B
HTML

{% macro footer() %}
<div class="section bg-redrust dark:bg-zinc-800 pt-8">
<div class="container flex flex-col items-center text-center text-background py-8 pb-12">
<div class="mb-8">
<img src="/icon.svg" width="130px" />
</div>
<div class="footer-links">
<a href="https://github.com/loco-rs/loco">
Github
</a>
<a href="https://github.com/loco-rs/loco/blob/master/CODE_OF_CONDUCT.md">
Code of Conduct
</a>
<a href="https://github.com/loco-rs/loco/blob/master/LICENSE">
License
</a>
<a href="https://github.com/loco-rs/loco/blob/master/SECURITY.md">
Security
</a>
</div>
</div>
</div>
{% endmacro %}