website/layouts/partials/sections/footer/index.html

10 lines
284 B
HTML
Raw Normal View History

2023-06-13 20:13:00 +02:00
<footer>
<!-- Recent blog posts -->
{{- partial "sections/footer/recentBlogPosts.html" . -}}
<!-- Social Icons -->
{{- partial "sections/footer/socialNetwork.html" . -}}
<!-- Copyright -->
{{- partial "sections/footer/copyright.html" . -}}
</footer>