From 371a7fc621f86aaab43789b68ea087addca6101d Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Sun, 28 Jan 2024 16:37:30 +0100 Subject: [PATCH] add julius.vonforst.net as alternateName --- _includes/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index a9c8faa..fd22348 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -40,7 +40,8 @@ "@context" : "https://schema.org", "@type" : "WebSite", "name" : "{% t site_title %}", - "url" : "{{ site.url }}{{ site.baseurl_root }}/" + "url" : "{{ site.url }}{{ site.baseurl_root }}/", + "alternateName": "{{ site.url | replace: 'https://', '' | replace: 'http://', '' }}" } {%- endif -%} \ No newline at end of file