mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
9 lines
279 B
HTML
9 lines
279 B
HTML
<div class="social-icons">
|
|
{{- range site.Params.socialIcons }}
|
|
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
|
|
title="{{ (.title | default .name) | title }}">
|
|
{{ partial "svg.html" . }}
|
|
</a>
|
|
{{- end }}
|
|
</div>
|