Theme Files Update

This commit is contained in:
GitHub Action 2023-10-31 11:01:32 +00:00
parent c676c56ce3
commit fd8f00f27a
3 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@
{{- with .Site.Params.homeSubtitle }}
<p id="home-subtitle">{{.}}</p>
{{- end }}
{{- with .Site.Params.social }}
{{- with .Site.Params.socialLinks }}
<div id="home-social">
{{ partialCached "social-icons.html" . }}
</div>