| ... |
... |
@@ -1,5 +3,3 @@ |
| 1 |
|
-{{include reference="PublicWebSite.MacrosAndVariables" /}} |
| 2 |
|
- |
| 3 |
3 |
{{velocity}} |
| 4 |
4 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 5 |
5 |
{{html clean="false"}} |
| ... |
... |
@@ -14,10 +14,6 @@ |
| 14 |
14 |
<p class="lead"> |
| 15 |
15 |
Practical articles for teams that want to keep XWiki secure, upgradeable and easier to maintain over time. |
| 16 |
16 |
</p> |
| 17 |
|
- <div class="hero-actions"> |
| 18 |
|
- <a class="btn btn-primary" href="$freeXWikiReviewCallURL">$freeXWikiReviewCallLabel</a> |
| 19 |
|
- <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> |
| 20 |
|
- </div> |
| 21 |
21 |
</div> |
| 22 |
22 |
</section> |
| 23 |
23 |
## RESOURCE CARDS |
| ... |
... |
@@ -40,7 +40,7 @@ |
| 40 |
40 |
'content': 'Guidance for organizing XWiki custom code, scripts, templates and extensions so they remain easier to maintain across upgrades.', |
| 41 |
41 |
'linkLabel': 'Read article' |
| 42 |
42 |
}]) |
| 43 |
|
- <section id="resources-list" class="services resources-index-page" aria-labelledby="resources-title"> |
|
37 |
+ <section id="resources-list" class="services" aria-labelledby="resources-title"> |
| 44 |
44 |
<div class="container"> |
| 45 |
45 |
<h2 id="resources-title">Useful XWiki resources</h2> |
| 46 |
46 |
<p class="section-intro"> |