From 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 8 Aug 2025 20:50:19 +0200 Subject: initial commit, basic setup --- layouts/partials/head/meta.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 layouts/partials/head/meta.html (limited to 'layouts/partials/head/meta.html') diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html new file mode 100644 index 0000000..d0358a1 --- /dev/null +++ b/layouts/partials/head/meta.html @@ -0,0 +1,22 @@ + + + + + + + + + + +{{- with .Params.images }} + +{{- end }} + + + + + +{{- with .Params.images }} + +{{- end }} + -- cgit v1.2.3