From 3738ed493b569e14026278c186d6d118cc771bcc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 7 Mar 2019 00:38:29 -0800 Subject: webface: microdata for searchbox --- python/fatcat_web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/base.html') diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index dd0e786d..c3343652 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -13,7 +13,7 @@ /* bnewbold: fix light grey bars in header */ .ui.inverted.menu .item:before { background: none; } - + {% block extra_head %}{% endblock %} -- cgit v1.2.3