From f8541ef965ca22e746b523eb418e47cb4f78f2d8 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 9 Jan 2026 12:24:05 +0100 Subject: Upgrade to new template system from Hugo v0.146.0 --- layouts/partials/head/meta.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete 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 deleted file mode 100644 index f739838..0000000 --- a/layouts/partials/head/meta.html +++ /dev/null @@ -1,27 +0,0 @@ -{{- /* Basic Meta */ -}} - - - -{{- /* Open Graph */ -}} - - - - - -{{- with site.Params.logo }} - -{{- end }} -{{- if .IsPage }} - - {{- with .Lastmod }} - - {{- end }} -{{- end }} - -{{- /* Twitter Card */ -}} - - - -{{- with site.Params.logo }} - -{{- end }} -- cgit v1.2.3