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 d7d591a alternate fix
d7d591a is described below
commit d7d591a1678760184ac1e4d74c3ed75a87fcb04a
Author: Paul King <[email protected]>
AuthorDate: Thu Aug 21 14:22:37 2025 +1000
alternate fix
---
site/src/site/pages/download.groovy | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site/src/site/pages/download.groovy
b/site/src/site/pages/download.groovy
index 38f5c3c..9f85ea8 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -11,7 +11,7 @@ layout 'layouts/main.groovy', true,
div(class: 'col-lg-3') {
ul(class: 'nav-sidebar') {
li(class: 'active') {
- a(href: 'download.html') {
strong('Download Groovyâ„¢') }
+ a(href: 'download.html') {
strong('Download Groovy™') }
}
li {
a(href: '#distro', class: 'anchor-link',
'Distributions')
@@ -41,7 +41,8 @@ layout 'layouts/main.groovy', true,
include template:
'includes/contribute-button.groovy'
h1 {
i(class: 'fa fa-cloud-download') {}
- yield ' Download Groovy™'
+ yield ' Download Groovy'
+ yieldUnescaped '™'
}
def linkVersionToDownload = distributions.collect
{ it.packages }.flatten().find { it.stable }.version
button(id: 'big-download-button', type: 'button',
class: 'btn btn-default',