From 7f2c87888665f2e75603d6ff8475f392dd4efdf9 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 24 Jun 2022 19:00:49 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/shortcodes/search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/buha/layouts/shortcodes/search.html b/themes/buha/layouts/shortcodes/search.html index 2b238e0f..dee0805c 100644 --- a/themes/buha/layouts/shortcodes/search.html +++ b/themes/buha/layouts/shortcodes/search.html @@ -41,8 +41,8 @@ let params = { res_one_item : '

[CNT] SUCHERGEBNIS

', res_more_items : '

[CNT] SUCHERGEBNISSE

', res_out_top : '
', - res_out_bottom : '
', - res_item_tpl : '
[DATE]: [TITLE]
[SUMMARY]weiterlesen
Tags: [TAGS]

', + res_out_bottom : '
', + res_item_tpl : '
[DATE]: [TITLE]
[SUMMARY]weiterlesen
Tags: [TAGS]
', // add_searchlink : '

Nicht zufrieden mit den Suchergebnissen? Externe Suche via DuckDuckGo ...

' };