fix sitelinks searchbox

This commit is contained in:
r888888888
2017-04-18 17:12:44 -07:00
parent 68f057e7ba
commit bf8f04df0a

View File

@@ -49,11 +49,11 @@
"@context": "http://schema.org",
"@type": "WebSite",
"url" : "http://<%= Danbooru.config.hostname%>",
"potentialAction": {
"potentialAction": [{
"@type": "SearchAction",
"target": "http://<%= Danbooru.config.hostname%>/posts?tags={search_term_string}",
"query-input": "required name=search_term_string"
}
}]
}
</script>