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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-07-28 16:03:16 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-07-28 16:03:16 +0300
commitd3caa99017de453efd59d9ece9ba1d5b625f5f04 (patch)
treeb9fd2bcc2593f8e1bc4540492087db30cb6275b3 /layouts/partials/svg.html
parent984ed3731327ebf09d863a6684d374108d7f2c45 (diff)
Footer icons
Diffstat (limited to 'layouts/partials/svg.html')
-rw-r--r--layouts/partials/svg.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
new file mode 100644
index 0000000..6e58509
--- /dev/null
+++ b/layouts/partials/svg.html
@@ -0,0 +1,6 @@
+<span class="inline-svg" >
+ {{- $fname:=print "themes/colordrop/static/img/svg/" . ".svg" -}}
+ {{- $path:="<path" -}}
+ {{- $fill:="<path fill=\"currentColor\"" -}}
+ {{ replace (readFile $fname) $path $fill | safeHTML }}
+</span>