mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!-- 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 }}
|
Reference in New Issue
Block a user