10 lines
284 B
HTML
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> |