From 3caa8905ef2f413ec8fa107dd54f03356f4052d8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 6 Apr 2019 19:21:52 -0700 Subject: remove title from metadata macro --- python/fatcat_web/templates/entity_macros.html | 1 - 1 file changed, 1 deletion(-) (limited to 'python/fatcat_web/templates/entity_macros.html') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 6d9ceed0..90c8e952 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -26,7 +26,6 @@ {% macro extra_metadata(extra) -%} -

Extra Metadata (raw JSON)

{% for (key, value) in extra.items() %} -- cgit v1.2.3