Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2022-02-02 18:15:01 +0300
committerRegis Philibert <login@regisphilibert.com>2022-02-02 18:15:01 +0300
commitbaaf9476db7185daad2d27cc268d746712cc9fea (patch)
tree3b813184f71bc6efdba365d294880c71efb6f34e /layouts
parent523c7716613d63f6c129ccc76b6265a9b8da8a85 (diff)
Remove template tags from socials SVGs
Fixes #505
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/svg/new-window.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/svg/new-window.svg b/layouts/partials/svg/new-window.svg
index ebb37b8..0bc5e76 100644
--- a/layouts/partials/svg/new-window.svg
+++ b/layouts/partials/svg/new-window.svg
@@ -1,3 +1,3 @@
<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
-<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;fill:{{ .fill }};"/>
+<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;"/>
</svg>