_includes/header.html in bfdotcom-theme-0.2.9 vs _includes/header.html in bfdotcom-theme-0.3.0
- old
+ new
@@ -28,9 +28,13 @@
{%- endif -%}
{%- endfor -%}
</ul>
+ <form class="form-inline my-2 my-lg-0" action="/search.html" method="GET">
+ <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" name="q" id="q">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
+ </form>
</div>
{%- endif -%}
</div>
\ No newline at end of file