From a4106b2b0e2bd73bda5a7ecc22659c0920d56ade Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sat, 18 Oct 2025 16:45:59 +0200 Subject: rework website --- layouts/partials/head.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 layouts/partials/head.html (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html deleted file mode 100644 index c2e3597..0000000 --- a/layouts/partials/head.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }}{{ end }} - - - - - - -{{- $images := .Page.Resources.ByType "image" }} -{{- with index $images 0 }} -{{- $processed := .Resize "600x" }} -{{- $processed := $processed.Crop "512x512" }} - -{{- end -}} \ No newline at end of file -- cgit v1.2.3