From b8ad601a2b7f274b2851c9a500727f077dad6c29 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 20 Nov 2022 10:06:31 +0000 Subject: [PATCH] change hypothesis tag so it renders nicely --- hypopub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypopub.py b/hypopub.py index 222d6e7..c61874b 100644 --- a/hypopub.py +++ b/hypopub.py @@ -44,7 +44,7 @@ def send_micropub(entry: atoma.atom.AtomEntry): "content":[{ "html": entry.content.value }], - "category": annotation['tags'] + ['hypothes.is'], + "category": annotation['tags'] + ['hypothesis'], "in-reply-to": [annotation['target'][0]['source']], "hypothesis-link": [json_link] }