artistro08/tailor-starter

Suggestion: to move the search content html into its own partial

Closed this issue · 2 comments

it would be easier to override just the search content without interfering with the whole page partial itself. What do you think?

{% if page.entry_type == 'search' %}
...
{% endif %}

Yeah that makes sense. If you want to go ahead and create a pull request for it based on the current directory structure and make sure that the variables get passed, that would be awesome.

I actually am doing it now since I have some free time