Skip to content

Commit 49c2ebf

Browse files
committed
🚧site update
1 parent 3214cce commit 49c2ebf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/shortcodes/extend_profile.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
4747
title="{{ (.title | default .name) | title }}"
4848
style="display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--card-bg,#f0f0f0);color:var(--text-color,#333);text-decoration:none;border:1px solid var(--border-color,#ddd)">
49+
{{ partial "extend_svg.html" (dict "name" .name "size" "18") }}
50+
4951
{{ partial "svg.html" (dict "name" .name "size" "18") }}
5052
</a>
5153
{{- end }}

0 commit comments

Comments
 (0)