From 0da641ddf3be30286b7fe40a70a16c931351dda7 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Thu, 16 May 2024 09:41:52 +0200
Subject: [PATCH] Changed crawl delay capitalisation in in robots.txt

---
 ckanext/odsh/templates/home/robots.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ckanext/odsh/templates/home/robots.txt b/ckanext/odsh/templates/home/robots.txt
index c3239621..84768487 100644
--- a/ckanext/odsh/templates/home/robots.txt
+++ b/ckanext/odsh/templates/home/robots.txt
@@ -15,4 +15,4 @@ Disallow: /dataset/rate/
 Disallow: /revision/
 Disallow: /dataset/*/history
 Disallow: /api/
-Crawl-Delay: 10
\ No newline at end of file
+Crawl-delay: 10
\ No newline at end of file
-- 
GitLab