diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
commit | 26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch) | |
tree | 0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_includes/social-item.html | |
parent | a134c38317e808d6535af990cc505dab1bc7bbfe (diff) |
Major overhaul and cleanups
Diffstat (limited to '_includes/social-item.html')
-rw-r--r-- | _includes/social-item.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_includes/social-item.html b/_includes/social-item.html deleted file mode 100644 index 7f2e101..0000000 --- a/_includes/social-item.html +++ /dev/null @@ -1,7 +0,0 @@ -<li>{% assign entry = include.item %} - <a {% unless entry.platform == 'rss' %}rel="me" {% endunless %}href="{{ entry.user_url }}" target="_blank" title="{{ entry.title | default: entry.platform }}"> - <svg class="svg-icon grey"> - <use xlink:href="{{ '/assets/minima-social-icons.svg#' | append: entry.platform | relative_url }}"></use> - </svg> - </a> -</li> |