1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

Replace hardcoded url by site.url.

This commit is contained in:
Markus Birth 2016-02-12 11:15:47 +01:00
parent 9b6279c5a7
commit 999681f159

View File

@ -6,10 +6,10 @@ layout: default
{ {
"@context": "http://schema.org", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",
"url": "http://wiki.mbirth.de/", "url": "{{ site.url }}/",
"potentialAction": { "potentialAction": {
"@type": "SearchAction", "@type": "SearchAction",
"target": "http://wiki.mbirth.de/?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"
} }
} }