Changes for page Public Web Site

Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 3.90
edited by Alex Cotiugă
on 2026/03/02 20:37
Change comment: There is no comment for this version
To version 4.6
edited by Alex Cotiugă
on 2026/05/01 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,12 +8,10 @@
8 8   <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1>
9 9   <p class="lead">Helping organizations safely upgrade and maintain their XWiki environments.</p>
10 10   <ul class="benefits">
11 - <li>11+ years of experience in the XWiki ecosystem</li>
12 - <li>Former XWiki SAS developer and long-time contributor</li>
13 - #*<li>Smooth upgrades</li>
11 + <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</a></li>
14 14   <li>Reliable support plans</li>
15 15   <li>Custom integrations</li>
16 - <li>Secure, optimized platforms</li>*#
14 + <li>Secure, optimized platforms</li>
17 17   </ul>
18 18   <div class="hero-cta">
19 19   <a href="mailto:alex@agnease.com">Contact Agnease</a>
... ... @@ -63,6 +63,7 @@
63 63   ## SERVICES
64 64   #set ($servicesSectionData = [{
65 65   'title': 'Upgrades',
64 + 'reference': 'services.xwiki-upgrades',
66 66   'icon': 'refresh',
67 67   'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
68 68   'items': [
... ... @@ -128,7 +128,13 @@
128 128   <i class="fa fa-$entry.icon" aria-hidden="true"></i>
129 129   </div>
130 130   <div class="service-body">
131 - <h4>$entry.title</h4>
130 + <h4>
131 + #if ("$!entry.reference" != '')
132 + <a href="$xwiki.getURL($entry.reference)">$entry.title</a>
133 + #else
134 + $entry.title
135 + #end
136 + </h4>
132 132   <p>$entry.content</p>
133 133   <ul>
134 134   #foreach ($item in $entry.items)