mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 17:43:19 +01:00
8 lines
288 B
Text
8 lines
288 B
Text
---
|
|
---
|
|
{% comment %}
|
|
The json is created in search_input.liquid and included here to be compresed
|
|
{% endcomment %}
|
|
{% capture _search %}{% include default/search_input.liquid %}{% endcapture %}
|
|
{% assign emptyField = '{ },' %}
|
|
{{ _search | split: " " | join: " " | remove: emptyField }}
|