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/svg_symbol.html | |
parent | a134c38317e808d6535af990cc505dab1bc7bbfe (diff) |
Major overhaul and cleanups
Diffstat (limited to '_includes/svg_symbol.html')
-rw-r--r-- | _includes/svg_symbol.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_includes/svg_symbol.html b/_includes/svg_symbol.html deleted file mode 100644 index 5c9127c..0000000 --- a/_includes/svg_symbol.html +++ /dev/null @@ -1,3 +0,0 @@ -<symbol id="{{ include.key }}" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" viewBox="0 0 16 16"> - {%- include social-icons/{{ include.key }}.svg -%} -</symbol> |