summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-24 21:43:19 +0700
committerShulhan <ms@kilabit.info>2026-01-24 21:43:19 +0700
commit47b4fc1b207240939179b3b5068b2d04c2ceb0a4 (patch)
treebdd15d67a38579f2d2bccf37c7e14412394b1adb
parent35e2b54881294547fb99f6810d5ceb91c16e539b (diff)
downloadkilabit.info-47b4fc1b207240939179b3b5068b2d04c2ceb0a4.tar.xz
_content: use external license for robots.txt
According to Pagespeed, the current robots.txt is invalid. The only changes is adding SPDX headers, so we revert it back, remove the comment and use the external license file
-rw-r--r--_content/robots.txt3
-rw-r--r--_content/robots.txt.license2
2 files changed, 2 insertions, 3 deletions
diff --git a/_content/robots.txt b/_content/robots.txt
index d87dbe6..d2a6564 100644
--- a/_content/robots.txt
+++ b/_content/robots.txt
@@ -1,6 +1,3 @@
-# SPDX-License-Identifier: CC-BY-SA-4.0
-# SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
-
User-agent: *
Disallow: /aur/
Disallow: /dns-query
diff --git a/_content/robots.txt.license b/_content/robots.txt.license
new file mode 100644
index 0000000..e39a66c
--- /dev/null
+++ b/_content/robots.txt.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>