This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new eada1e1 add nofollow to installer links
eada1e1 is described below
commit eada1e1d1f8e3b5fa09b57e1afcfc2280a0c15f3
Author: Paul King <[email protected]>
AuthorDate: Fri Apr 10 20:25:29 2020 +1000
add nofollow to installer links
---
site/src/site/pages/download.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/pages/download.groovy
b/site/src/site/pages/download.groovy
index af743dc..5492359 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -210,7 +210,7 @@ layout 'layouts/main.groovy', true,
}
if (pkg.windowsInstaller) {
td {
- a(href:
pkg.windowsInstaller) {
+ a(href:
pkg.windowsInstaller, rel: 'nofollow') {
i(class: 'fa
fa-windows fa-4x') {}
br()
yield ' Windows
installer'