Allow aligning social-icons in homeInfo mode
In Site config
homeInfoParams:
AlignSocialIconsTo: "center" # or left or right
This commit is contained in:
parent
fb1c0aeb6f
commit
0989c28a0e
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{{ .Content | markdownify }}
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
{{ partial "social_icons.html" }}
|
||||
{{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
|
||||
</footer>
|
||||
</article>
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue