grain/app/views/templates/footer.html

6 lines
131 B
HTML
Raw Normal View History

2024-07-23 20:40:39 +00:00
{{define "footer"}}
<footer class="text-textMuted">
<p>&copy; 2024 GRAIN 🌾, made with 💜 by OceanSlim</p>
</footer>
{{end}}