forked from cadence/breezewiki
nofollow to fandom.com
This commit is contained in:
parent
f216a1996a
commit
31bac8ab56
1 changed files with 2 additions and 2 deletions
|
@ -67,13 +67,13 @@
|
||||||
,(format "This unofficial instance is based off the ~a source code, but is not controlled by the code developer." (config-get 'application_name)))))
|
,(format "This unofficial instance is based off the ~a source code, but is not controlled by the code developer." (config-get 'application_name)))))
|
||||||
,(if source-url
|
,(if source-url
|
||||||
`(div (p "This page displays proxied content from "
|
`(div (p "This page displays proxied content from "
|
||||||
(a (@ (href ,source-url) (rel "noreferrer")) ,source-url)
|
(a (@ (href ,source-url) (rel "nofollow noreferrer")) ,source-url)
|
||||||
,(format ". Text content is available under the ~a license, " (license^-text license))
|
,(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))) "see license info.")
|
||||||
" Media files may have different copying restrictions.")
|
" 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))))
|
(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), "
|
`(div (p "Text content on wikis run by Fandom is available under the Creative Commons Attribution-Share Alike License 3.0 (Unported), "
|
||||||
(a (@ (href "https://www.fandom.com/licensing")) "see license info.")
|
(a (@ (href "https://www.fandom.com/licensing") (rel "nofollow")) "see license info.")
|
||||||
" Media files and official Fandom documents have different copying restrictions.")
|
" Media files and official Fandom documents have different copying restrictions.")
|
||||||
(p ,(format "Fandom is a trademark of Fandom, Inc. ~a is not affiliated with Fandom." (config-get 'application_name))))))))
|
(p ,(format "Fandom is a trademark of Fandom, Inc. ~a is not affiliated with Fandom." (config-get 'application_name))))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue