fix: issue with params

This commit is contained in:
leovct 2023-10-12 17:44:15 +02:00
parent c6123b3db2
commit 8f2fca65db
No known key found for this signature in database
GPG Key ID: FCB9A4852DB0F5A9

View File

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