Files
site/themes/github.com/schnerring/hugo-mod-json-resume/layouts/partials/simple-icon.html
2024-01-07 08:49:07 -05:00

18 lines
555 B
HTML

<!-- TODO see https://github.com/NiklasPor/prettier-plugin-go-template/issues/59 -->
<!-- prettier-ignore -->
{{ if .url }}<a href="{{ .url }}" target="_blank" rel="noreferrer me">{{ end }}
<div class="jr-basics__profile-item">
<div class="jr-basics__profile-icon">
{{ $path := printf "simple-icons/%s.svg" (lower .network) }}
{{ (resources.Get $path).Content | safeHTML }}
</div>
{{ if .username }}
<div class="jr-basics__profile-username">{{ .username }}</div>
{{ end }}
</div>
<!-- prettier-ignore -->
{{ if .url }}</a>{{ end }}