change hypothesis tag so it renders nicely

This commit is contained in:
James Ravenscroft 2022-11-20 10:06:31 +00:00
parent 2f34a0deba
commit b8ad601a2b
1 changed files with 1 additions and 1 deletions

View File

@ -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]
}