_includes/search-form.html in jekyll-theme-hydeout-4.0.0 vs _includes/search-form.html in jekyll-theme-hydeout-4.0.1

- old
+ new

@@ -8,10 +8,10 @@ {% assign url = site.url | replace_first: 'https://', '' %} {% assign url = url | replace_first: 'http://', '' %} {% assign url = url | replace_first: 'spdy://', '' %} {% assign url = url | replace_first: '//', '' %} <input name="sitesearch" type="hidden" - value="{{ url }}{{ site.baseurl }}" /> + value="{{ url }}{{ "/" | relative_url }}" /> <input type="submit" value="Search" /> </div> </form> \ No newline at end of file