summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/home_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/partials/home_info.html')
-rw-r--r--themes/PaperMod/layouts/partials/home_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/partials/home_info.html b/themes/PaperMod/layouts/partials/home_info.html
index efae956..199dfb7 100644
--- a/themes/PaperMod/layouts/partials/home_info.html
+++ b/themes/PaperMod/layouts/partials/home_info.html
@@ -7,7 +7,7 @@
{{ .Content | markdownify }}
</div>
<footer class="entry-footer">
- {{ partial "social_icons.html" site.Params.socialIcons }}
+ {{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
</footer>
</article>
{{- end -}}