Files
my_website/views/footer.html
2025-11-21 17:36:29 +07:00

11 lines
362 B
HTML

{{ block "footer" .}}
<footer id="contact" class="bg-secondary dark:bg-darksecondary mt-auto py-10">
<div class="container mx-auto text-center">
<div class="flex justify-center gap-6">
{{ range . }}{{ template "footer-contact" .}} {{ end }}
</div>
<p class="mt-6 text-gray-500 text-sm">© 2025 Dilanka Herath</p>
</div>
</footer>
{{ end }}