From 999681f159ff16e39bf85e681dd4924bccecafed Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 12 Feb 2016 11:15:47 +0100 Subject: [PATCH] Replace hardcoded url by site.url. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ed245cc..582a7f8 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,10 @@ layout: default { "@context": "http://schema.org", "@type": "WebSite", - "url": "http://wiki.mbirth.de/", + "url": "{{ site.url }}/", "potentialAction": { "@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" } }