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 +- python/fatcat_web/templates/home.html | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) 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 %} diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 9581d6b5..99e91ec3 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -1,6 +1,12 @@ {% extends "base.html" %} + +{% block extra_head %} + +{% endblock %} + {% block body %} -
+
+ @@ -8,10 +14,11 @@

Cataloging of millions of research publications

-
+ +
- +
-- cgit v1.2.3