diff --git a/layouts/partials/indexProfile.html b/layouts/partials/indexProfile.html index 0a368668..284829bd 100644 --- a/layouts/partials/indexProfile.html +++ b/layouts/partials/indexProfile.html @@ -7,7 +7,7 @@ {{end}}

{{ if .Site.Params.profileMode.title }}{{.Site.Params.profileMode.title}}{{ else }}{{ .Site.Title }}{{end}}

- {{- with .Site.Params.profileMode.socialIcons }} + {{- with .Site.Params.socialIcons }}
{{ partial "social-icons.html" . }}