diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-24 21:43:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-24 21:43:19 +0700 |
| commit | 47b4fc1b207240939179b3b5068b2d04c2ceb0a4 (patch) | |
| tree | bdd15d67a38579f2d2bccf37c7e14412394b1adb | |
| parent | 35e2b54881294547fb99f6810d5ceb91c16e539b (diff) | |
| download | kilabit.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.txt | 3 | ||||
| -rw-r--r-- | _content/robots.txt.license | 2 |
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> |
