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/_default/search.html | 70 -------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 layouts/_default/search.html (limited to 'layouts/_default/search.html') diff --git a/layouts/_default/search.html b/layouts/_default/search.html deleted file mode 100644 index 6004f2e..0000000 --- a/layouts/_default/search.html +++ /dev/null @@ -1,70 +0,0 @@ -{{ define "main" }} -
-
-

- {{ .Title }} -

- {{- with .Content }} -
- {{ . }} -
- {{- else }} - {{- $description := or .Description (lang.Translate "search_description" | default "Find posts by search term.") }} -

- {{ $description }} -

- {{- end }} -
- -
- - -
- -
- - - - - {{- /* Hidden template, used for hydrating search results from index.json with JS */ -}} - - -
-
-{{ end }} -- cgit v1.2.3