From fa9ccbd94724e9edc849a7dce46c0d468ee47fd5 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Thu, 12 Dec 2024 01:19:00 +0100 Subject: website setup --- layouts/partials/svg.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/partials/svg.html (limited to 'layouts/partials/svg.html') diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html new file mode 100644 index 0000000..f535408 --- /dev/null +++ b/layouts/partials/svg.html @@ -0,0 +1,16 @@ +{{ $icon_name := ( trim .name " " | lower )}} +{{- if (eq $icon_name "git") -}} + +{{- else if (eq $icon_name "xing") -}} + +{{- else if (eq $icon_name "sourdough") -}} + +{{- else if (eq $icon_name "sauerteig") -}} + +{{- else if $icon_name -}} + + + + +{{- end -}} -- cgit v1.2.3