xsl portal: bump up the amount of tiles and calendar entries

This commit is contained in:
Astro 2017-11-19 02:23:41 +01:00
parent 28d8c6aaa0
commit 55269f1830
1 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@
<a href="calendar.html">Kalender</a>
</h3>
<xsl:call-template name="calendar-events">
<xsl:with-param name="limit" select="5"/>
<xsl:with-param name="limit" select="8"/>
</xsl:call-template>
</article>
@ -400,8 +400,8 @@
<p class="footer">ccc.de</p>
</article-->
<!-- 8..30 -->
<xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 30]"/>
<!-- 8..42 -->
<xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 42]"/>
</section>
</xsl:template>