mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-31 23:08:24 -04:00
parent
91e30b806b
commit
1a980f1dcb
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
<footer class="entry-footer">
|
||||
{{- with $.Site.Params.socialIcons }}
|
||||
<div class="social-icons">
|
||||
{{- partial "social-icons.html" . }}
|
||||
{{- partial "social_icons.html" . }}
|
||||
</div>
|
||||
{{- end }}
|
||||
</footer>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1>{{ .title | default $.Site.Title }}</h1>
|
||||
{{- with $.Site.Params.socialIcons }}
|
||||
<div class="social-icons">
|
||||
{{ partial "social-icons.html" . }}
|
||||
{{ partial "social_icons.html" . }}
|
||||
</div>
|
||||
{{- end }}
|
||||
{{- with .buttons }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue