mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-25 12:14:28 -04:00
homeInfo : add socialIcons at bottom
* can be disabled by not having Params.socialIcons as variable * profileMode overrides homeInfo mode
This commit is contained in:
parent
faf0ebefa3
commit
dbaa709c97
3 changed files with 11 additions and 6 deletions
|
@ -6,5 +6,10 @@
|
|||
<section class="entry-content">
|
||||
<p>{{ .Content | plainify | htmlUnescape }}</p>
|
||||
</section>
|
||||
{{- with $.Site.Params.socialIcons }}
|
||||
<div class="social-icons">
|
||||
{{ partial "social-icons.html" . }}
|
||||
</div>
|
||||
{{- end }}
|
||||
</article>
|
||||
{{end}}
|
Loading…
Add table
Add a link
Reference in a new issue