2023-06-13 20:13:00 +02:00

10 lines
284 B
HTML

<footer>
<!-- Recent blog posts -->
{{- partial "sections/footer/recentBlogPosts.html" . -}}
<!-- Social Icons -->
{{- partial "sections/footer/socialNetwork.html" . -}}
<!-- Copyright -->
{{- partial "sections/footer/copyright.html" . -}}
</footer>