We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3214cce commit 49c2ebfCopy full SHA for 49c2ebf
1 file changed
layouts/shortcodes/extend_profile.html
@@ -46,6 +46,8 @@
46
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
47
title="{{ (.title | default .name) | title }}"
48
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
+
51
{{ partial "svg.html" (dict "name" .name "size" "18") }}
52
</a>
53
{{- end }}
0 commit comments