summaryrefslogtreecommitdiff
path: root/layouts/partials/social_icons.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social_icons.html')
-rw-r--r--layouts/partials/social_icons.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/partials/social_icons.html b/layouts/partials/social_icons.html
deleted file mode 100644
index ce76a30..0000000
--- a/layouts/partials/social_icons.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}>
- {{- range site.Params.socialIcons }}
- <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
- title="{{ (.title | default .name) | title }}">
- {{ partial "svg.html" . }}
- </a>
- {{- end }}
-</div>