From 8d7dd851703fcddf0c89f774265caf24cdfeade3 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 13 Dec 2016 23:21:35 +0100 Subject: Filter Google search results based on baseurl Previosly, the theme didn't limited the search results only to the Hugo website. This happened because the "site:" filter was passed as a wrong url parameter. Fixes #60 --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index dff38db..2249ec5 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -34,7 +34,7 @@ - + @@ -61,7 +61,7 @@
- +
-- cgit v1.2.3