Files
gurusabarish 4a905a3285 added footer
2022-02-09 13:55:57 +05:30

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>