From 294a54fee97d261a315b5500e2659f411933990c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Sun, 3 Apr 2016 20:47:08 +0200 Subject: [PATCH] Fix font and search Fixes #28 --- theme/sass/materialize.scss | 2 +- theme/templates/partials/search.html.nunj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/sass/materialize.scss b/theme/sass/materialize.scss index cdf26841..3cd190a6 100644 --- a/theme/sass/materialize.scss +++ b/theme/sass/materialize.scss @@ -15,7 +15,7 @@ @import "components/global"; @import "components/grid"; @import "components/navbar"; -@import "components/roboto"; +//@import "components/roboto"; @import "components/typography"; @import "components/cards"; @import "components/toast"; diff --git a/theme/templates/partials/search.html.nunj b/theme/templates/partials/search.html.nunj index e8a08208..faaa08ce 100644 --- a/theme/templates/partials/search.html.nunj +++ b/theme/templates/partials/search.html.nunj @@ -37,7 +37,7 @@ var doRender = function() { var options = {}; options[google.search.Search.RESTRICT_EXTENDED_ARGS] = { - 'as_sitesearch': 'nove.ok1kvk.cz' + 'as_sitesearch': 'ok1kvk.cz' }; csc = new google.search.CustomSearchControl('003089460452505374651:q5prtsadbio', options); -- GitLab