From b8e5fb8dc536be683c201132665fd4431738d1ae Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 10 Dec 2022 19:16:28 +1300 Subject: [PATCH] nofollow to fandom.com (adding one that I missed) --- src/application-globals.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application-globals.rkt b/src/application-globals.rkt index 7caa270..6af4367 100644 --- a/src/application-globals.rkt +++ b/src/application-globals.rkt @@ -69,7 +69,7 @@ `(div (p "This page displays proxied content from " (a (@ (href ,source-url) (rel "nofollow noreferrer")) ,source-url) ,(format ". Text content is available under the ~a license, " (license^-text license)) - (a (@ (href ,(license^-url license))) "see license info.") + (a (@ (href ,(license^-url license)) (rel "nofollow")) "see license info.") " Media files may have different copying restrictions.") (p ,(format "Fandom is a trademark of Fandom, Inc. ~a is not affiliated with Fandom." (config-get 'application_name)))) `(div (p "Text content on wikis run by Fandom is available under the Creative Commons Attribution-Share Alike License 3.0 (Unported), "