From a465d604af13ffda22d312b6ede8b5919f493f84 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 15 Dec 2024 21:23:04 +0200 Subject: [PATCH] update @ Sun Dec 15 21:23:04 EET 2024 Signed-off-by: Ari Archer --- blog.json | 2 +- scripts/blog.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.json b/blog.json index f0abda6..2b24bb2 100644 --- a/blog.json +++ b/blog.json @@ -133,7 +133,7 @@ "top-words": 64, "top-tags": 64, "code-style": "coffee", - "note": "This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License.", + "note": "This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License. All internal content, unless specified otherwise, is subject to their respective license terms as well as Ari-web legal policies.", "posts": { "install-lineageos-181-xiaomi-redmi-go-tiare": { "title": "How to install LineageOS 18.1 on Xiaomi Redmi GO (Tiare)", diff --git a/scripts/blog.py b/scripts/blog.py index 0b54c06..1f33265 100755 --- a/scripts/blog.py +++ b/scripts/blog.py @@ -162,7 +162,7 @@ DEFAULT_CONFIG: dict[str, typing.Any] = { "top-words": 64, "top-tags": 64, "code-style": "coffee", - "note": 'This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License.', + "note": 'This page uses the Nerd Hack Font, which is licensed under the OFL 1.1 License. All internal content, unless specified otherwise, is subject to their respective license terms as well as Ari-web legal policies.', "posts": {}, }