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 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..f739838 --- /dev/null +++ b/layouts/_partials/head/meta.html @@ -0,0 +1,27 @@ +{{- /* 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