Closed pamtbaau closed 1 month ago
Template user/themes/deliver/templates/partials/simplesearch_base.html.twig contains the following code which lead to incompatibility with Grav 1.7: line 27: {{ assets.css() }} line 36: {{ assets.js() }}
{{ assets.css() }}
{{ assets.js() }}
@rhukster Needs a release!
Fixed by @mahagr in commit 9ab1569 and ready in version 1.7.2
Template user/themes/deliver/templates/partials/simplesearch_base.html.twig contains the following code which lead to incompatibility with Grav 1.7: line 27:
{{ assets.css() }}
line 36:{{ assets.js() }}