| ... |
... |
@@ -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 |
|