mirror of
https://github.com/cchuster/connerchu.com
synced 2025-08-01 23:05:32 +00:00
4 lines
204 B
HTML
4 lines
204 B
HTML
{{ range . -}}
|
|
<a href="{{ .url }}" {{if eq .nonewpage 0}} target="_blank" {{end}} rel="me noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
|
{{- end -}}
|