0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.4
edited by Alex Cotiugă
on 2025/11/12 19:59
Change comment: There is no comment for this version
To version 7.5
edited by Alex Cotiugă
on 2025/11/12 19:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,13 +34,12 @@
34 34   <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
35 35   <div class="widgets" role="list">
36 36   #foreach ($entry in $whyArray)
37 - $entry.title
38 38   <article class="widget" role="listitem">
39 39   <div class="icon" aria-hidden="true">
40 - <i class="fa fa-shield"></i>
41 - <h4>Stability & security</h4>
39 + <i class="fa fa-$entry.icon"></i>
40 + <h4>$entry.title</h4>
42 42   </div>
43 - <p>Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.</p>
42 + <p>$entry.content</p>
44 44   </article>
45 45   #end
46 46