From a2f9af4639f4dd190691205a1fd79ccb801cd07b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 5 Jun 2023 16:28:49 +0200 Subject: [PATCH] Statische domeinnaam voor nu --- themes/nluug/layouts/list.indexnow.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/nluug/layouts/list.indexnow.json b/themes/nluug/layouts/list.indexnow.json index 1ce3531..0b44f2a 100644 --- a/themes/nluug/layouts/list.indexnow.json +++ b/themes/nluug/layouts/list.indexnow.json @@ -1,8 +1,5 @@ -{{- $url := urls.Parse (absURL "") -}} -{{- $domainname := split $url.Host "." -}} -{{- index $domainname 1 -}} { - "host": "{{ $domainname }}", + "host": "nluug.nl", "key": "eef97f0eab614e95ba7b54615dc59f9d", "keyLocation": "{{ absURL "/eef97f0eab614e95ba7b54615dc59f9d.txt" }}", {{ $index_time := (time now).AddDate 0 0 -1 }}