hubl/src/context.pug

9 lines
354 B
Plaintext
Raw Normal View History

2020-11-26 22:21:55 +00:00
//- Context - Fix for default context
script(data-default-context, type="application/ld+json")
| {
| "inbox": "http://happy-dev.fr/owl/#inbox",
| "object": "http://happy-dev.fr/owl/#object",
| "author": "http://happy-dev.fr/owl/#author",
| "account": "http://happy-dev.fr/owl/#account",
2021-02-15 11:17:49 +00:00
| "jabberID": "foaf:jabberID"
2020-11-26 22:21:55 +00:00
| }