You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/09/21 01:15:12 UTC

[groovy-website] branch asf-site updated: tweak presentation

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 402bfb3  tweak presentation
402bfb3 is described below

commit 402bfb36aebf064434aef1abcc8b8ed9b6603747
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 21 11:15:06 2022 +1000

    tweak presentation
---
 site/src/site/includes/bottommenu.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/includes/bottommenu.groovy b/site/src/site/includes/bottommenu.groovy
index 91524d5..98216a7 100644
--- a/site/src/site/includes/bottommenu.groovy
+++ b/site/src/site/includes/bottommenu.groovy
@@ -27,6 +27,6 @@ footer(id: 'footer') {
             }
         }
         div(class: 'clearfix', "&copy; 2003-${Calendar.instance[Calendar.YEAR]} the Apache Groovy project &mdash; " +
-                "Groovy is Open Source, ${$a(href: 'http://www.apache.org/licenses/LICENSE-2.0.html', alt: 'Apache 2 License', 'license')}. ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'Privacy policy')}.")
+                "Groovy is Open Source: ${$a(href: 'http://www.apache.org/licenses/LICENSE-2.0.html', alt: 'Apache 2 License', 'license')}, ${$a(href: 'https://privacy.apache.org/policies/privacy-policy-public.html', 'privacy policy')}.")
     }
 }