Skip to content

Commit 96b6eca

Browse files
authored
Merge pull request #378 from shadowchaser000/apache-website-check-changes
Add Events, Sponsors, and Security link to website footers
2 parents bc5824a + 3fd25f1 commit 96b6eca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

templates/document.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,12 @@
127127
<div class="content">
128128
<nav class='footer' style="margin-bottom: 10px">
129129
<p>© 2005-2025 the Apache Grails project — Grails is Open Source:
130-
<a href="https://www.apache.org/licenses/LICENSE-2.0.html">License</a>,
130+
<a href='https://www.apache.org/licenses/LICENSE-2.0.html'>License</a>,
131131
<a href='https://privacy.apache.org/policies/privacy-policy-public.html'>Privacy Policy</a>,
132-
<a href='https://www.apache.org/foundation/sponsorship'>Sponsor Apache</a>
132+
<a href='https://www.apache.org/foundation/sponsorship'>Sponsor Apache</a>,
133+
<a href='https://www.apache.org/events/current-event'>Events</a>,
134+
<a href='https://www.apache.org/foundation/sponsors.html'>Sponsors</a>,
135+
<a href='https://www.apache.org/security'>Security</a>
133136
</p>
134137
</nav>
135138
</div>

0 commit comments

Comments
 (0)