mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 21:25:56 +01:00
3 lines
204 B
HTML
3 lines
204 B
HTML
{{ range . -}}
|
|
<a href="{{ .url }}" target="_blank" rel="{{ if .rel }}{{ .rel }}{{ else }}me noopener{{ end }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
|
{{- end -}}
|