From d7d0048952398cf25151783e050f39b88658681d Mon Sep 17 00:00:00 2001
From: funcsec <30169406+funcsec@users.noreply.github.com>
Date: Thu, 23 Dec 2021 13:42:33 +0000
Subject: [PATCH] Remove template language from social svg files (#461)

---
 assets/ananke/socials/linkedin.svg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/assets/ananke/socials/linkedin.svg b/assets/ananke/socials/linkedin.svg
index 3c310ed..af3e418 100644
--- a/assets/ananke/socials/linkedin.svg
+++ b/assets/ananke/socials/linkedin.svg
@@ -1,3 +1,3 @@
-<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65"  xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<svg style="enable-background:new 0 0 65 65;" version="1.1" viewBox="0 0 65 65"  xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
   <path d="M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195  c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655  c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531  c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64  C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427  H26.354z" style="fill-rule:evenodd;clip-rule:evenodd;fill:{{ .fill }};"/>
 </svg>

--
Gitblit v1.10.0