From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/blowfish/layouts/partials/icon.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/blowfish/layouts/partials/icon.html (limited to 'themes/blowfish/layouts/partials/icon.html') diff --git a/themes/blowfish/layouts/partials/icon.html b/themes/blowfish/layouts/partials/icon.html new file mode 100644 index 0000000..150dc92 --- /dev/null +++ b/themes/blowfish/layouts/partials/icon.html @@ -0,0 +1,6 @@ +{{ $icon := resources.Get (print "icons/" . ".svg") }} +{{ if $icon }} + + {{ $icon.Content | safeHTML }} + +{{ end }} -- cgit v1.2.3