mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Disable auto-linking of JSON keys.
This commit is contained in:
parent
7e08c7098c
commit
eea1a78b78
@ -4,11 +4,11 @@ layout: default
|
|||||||
---
|
---
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "http://schema.org",
|
"\@context": "http://schema.org",
|
||||||
"@type": "WebSite",
|
"\@type": "WebSite",
|
||||||
"url": "{{ site.url }}/",
|
"url": "{{ site.url }}/",
|
||||||
"potentialAction": {
|
"potentialAction": {
|
||||||
"@type": "SearchAction",
|
"\@type": "SearchAction",
|
||||||
"target": "{{ site.url }}/?q={search_term_string}",
|
"target": "{{ site.url }}/?q={search_term_string}",
|
||||||
"query-input": "required name=search_term_string"
|
"query-input": "required name=search_term_string"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user