_layouts/search.html in minimal-mistakes-jekyll-4.8.0 vs _layouts/search.html in minimal-mistakes-jekyll-4.8.1
- old
+ new
@@ -1,32 +1,32 @@
----
-layout: default
----
-
-{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
- {% include page__hero.html %}
-{% endif %}
-
-{% if page.url != "/" and site.breadcrumbs %}
- {% unless paginator %}
- {% include breadcrumbs.html %}
- {% endunless %}
-{% endif %}
-
-<div id="main" role="main">
- {% include sidebar.html %}
-
- <div class="archive">
- {% unless page.header.overlay_color or page.header.overlay_image %}
- <h1 class="page__title">{{ page.title }}</h1>
- {% endunless %}
-
- {{ content }}
-
- <form>
- <input type="input" id="search" class="search-input" placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }}" />
- </form>
-
- <div id="results"></div>
-
- </div>
-</div>
+---
+layout: default
+---
+
+{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
+ {% include page__hero.html %}
+{% endif %}
+
+{% if page.url != "/" and site.breadcrumbs %}
+ {% unless paginator %}
+ {% include breadcrumbs.html %}
+ {% endunless %}
+{% endif %}
+
+<div id="main" role="main">
+ {% include sidebar.html %}
+
+ <div class="archive">
+ {% unless page.header.overlay_color or page.header.overlay_image %}
+ <h1 class="page__title">{{ page.title }}</h1>
+ {% endunless %}
+
+ {{ content }}
+
+ <form>
+ <input type="input" id="search" class="search-input" placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: 'Enter your search term...' }}" />
+ </form>
+
+ <div id="results"></div>
+
+ </div>
+</div>