mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
9 lines
304 B
HTML
9 lines
304 B
HTML
<div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}>
|
|
{{- range site.Params.socialIcons }}
|
|
<a href="{{ trim .url " " | safeURL }}" rel="noopener noreferrer me"
|
|
title="{{ (.title | default .name) | title }}">
|
|
{{ partial "svg.html" . }}
|
|
</a>
|
|
{{- end }}
|
|
</div>
|