aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/func/GetSvg.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-09 13:41:04 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-09 13:48:07 -0400
commit4e30ae95eaf52a7f427bdf020d118f40e00ab291 (patch)
treea270827b339c8c40274b41fabedcb0ec3b4afb3b /layouts/partials/func/GetSvg.html
parent93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (diff)
add some homemade svg, wpartials, and darkmode
Diffstat (limited to 'layouts/partials/func/GetSvg.html')
-rw-r--r--layouts/partials/func/GetSvg.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/func/GetSvg.html b/layouts/partials/func/GetSvg.html
new file mode 100644
index 0000000..bff1fd1
--- /dev/null
+++ b/layouts/partials/func/GetSvg.html
@@ -0,0 +1,5 @@
1{{ $resource := dict }}
2{{ with resources.Get . | minify }}
3 {{ $resource = .Content | safeHTML }}
4{{ end }}
5{{ return $resource }} \ No newline at end of file