aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-07 00:38:29 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-07 00:38:29 -0800
commit3738ed493b569e14026278c186d6d118cc771bcc (patch)
tree352ee48c6152a90988fe86d1f4a1c8f213aca535 /python/fatcat_web/templates/base.html
parent526538853a5015cc5dfa265c656493a9fd3ed320 (diff)
downloadfatcat-3738ed493b569e14026278c186d6d118cc771bcc.tar.gz
fatcat-3738ed493b569e14026278c186d6d118cc771bcc.zip
webface: microdata for searchbox
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html2
1 files changed, 1 insertions, 1 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; }
</style>
-
+ {% block extra_head %}{% endblock %}
</head>
<body style="margin-bottom: 100px; height: auto;">