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 7f18faa tweak font awesome changes
7f18faa is described below
commit 7f18faa864f5668f77c9f89a8020ed1dc4d5f517
Author: Paul King <[email protected]>
AuthorDate: Fri Sep 19 21:15:30 2025 +1000
tweak font awesome changes
---
site/src/site/pages/documentation.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/src/site/pages/documentation.groovy
b/site/src/site/pages/documentation.groovy
index ed36915..9ba19f6 100644
--- a/site/src/site/pages/documentation.groovy
+++ b/site/src/site/pages/documentation.groovy
@@ -48,7 +48,8 @@ layout 'layouts/main.groovy', true,
div(class: 'col-md-6') {
a(name: section.anchor) {}
h2 {
- i(class: "fa-classic
fa-solid ${section.icon}", " $section.name")
+ i(class: "fa-classic
fa-solid ${section.icon}") {}
+ yield " ${section.name}"
}
ul {
section.getItems().each {
item ->