godsip.club/themes/mini/layouts/partials/social.html

11 lines
275 B
HTML

<div id="social">
{{ range $key, $val := .Site.Social }}
<a class="symbol" href="{{ $val }}" rel="me" target="_blank">
{{ $svg := print "svgs/" $key ".svg" }}
{{ partial $svg (dict "fill" "#f640c1" "width" 28 "height" 28 ) }}
</a>
{{ end }}
</div>