From 47b4fc1b207240939179b3b5068b2d04c2ceb0a4 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 24 Jan 2026 21:43:19 +0700 Subject: _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 --- _content/robots.txt | 3 --- _content/robots.txt.license | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 _content/robots.txt.license 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 - 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 -- cgit v1.3