Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-27 17:48:47 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-27 17:48:47 +0300
commit4388481ca6f6300f8b5ac972d0f69a330367e38d (patch)
tree98ca17c5d37c071f5c8afd2636d45ea55d0408ee
parentdd41e3365c021e16005d08e5fce9345c78a00353 (diff)
search URL now abs
-rw-r--r--layouts/partials/footer/footer-widgets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer/footer-widgets.html b/layouts/partials/footer/footer-widgets.html
index 41f560e..fea01ef 100644
--- a/layouts/partials/footer/footer-widgets.html
+++ b/layouts/partials/footer/footer-widgets.html
@@ -1,7 +1,7 @@
<aside class="widget-area" role="complementary" aria-label="Footer">
<div class="widget-column">
<section id="search" class="widget widget_search">
- <form role="search" class="search-form" action="/search/">
+ <form role="search" class="search-form" action="{{ "/search" | absURL }}">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search ..." value name="s">