social icons refactor Params.socialIcons

This commit is contained in:
Aditya Telange 2023-12-16 21:38:24 +05:30
parent 69e5e085ab
commit fb1c0aeb6f
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
3 changed files with 5 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{{ .Content | markdownify }}
</div>
<footer class="entry-footer">
{{ partial "social_icons.html" site.Params.socialIcons }}
{{ partial "social_icons.html" }}
</footer>
</article>
{{- end -}}