update: add context (LDFlex needing)

This commit is contained in:
Jean-Baptiste Pasquier
2019-10-16 17:10:00 +02:00
parent b71d79e608
commit dda3ecfa46
3 changed files with 10 additions and 299 deletions

6
src/context.jsonld Normal file
View File

@ -0,0 +1,6 @@
{
"inbox": "http://happy-dev.fr/owl/#inbox",
"object": "http://happy-dev.fr/owl/#object",
"author": "http://happy-dev.fr/owl/#author"
}

View File

@ -22,3 +22,7 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications
//- script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3")
//- Context - Fix for LDFlex
script(data-default-context, type="application/ld+json")
include context.jsonld