update: add context (LDFlex needing)
This commit is contained in:
6
src/context.jsonld
Normal file
6
src/context.jsonld
Normal 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"
|
||||
}
|
@ -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
|
||||
|
Reference in New Issue
Block a user