Update themes/mytheme/layouts/partials/social_icons.html
This commit is contained in:
parent
600ad12aad
commit
13131dc8b4
|
@ -1,5 +1,4 @@
|
||||||
<div class="social-icons">
|
<div class="social-icons">
|
||||||
<br />
|
|
||||||
{{- range . }}
|
{{- range . }}
|
||||||
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
|
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
|
||||||
{{ partial "svg.html" . }}
|
{{ partial "svg.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue