Changes for page Public Web Site
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 4.5
edited by Alex Cotiugă
on 2026/05/01 12:06
on 2026/05/01 12:06
Change comment:
There is no comment for this version
To version 4.6
edited by Alex Cotiugă
on 2026/05/01 12:13
on 2026/05/01 12:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -127,7 +127,13 @@ 127 127 <i class="fa fa-$entry.icon" aria-hidden="true"></i> 128 128 </div> 129 129 <div class="service-body"> 130 - <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> 131 131 <p>$entry.content</p> 132 132 <ul> 133 133 #foreach ($item in $entry.items)