xsl/gemini.xsl: become more subscribable
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Astro 2022-03-08 03:05:25 +01:00
parent 8c8453aefd
commit 1b75570dd7
1 changed files with 7 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<param name="title" />
<text># </text><value-of select="$title"/><text>&#10;</text>
<text>&lt;&lt;&lt;/&gt;&gt; Chaos Computer Club Dresden | c3d2&#10;&#10;</text>
<text>## &lt;&lt;&lt;/&gt;&gt; Chaos Computer Club Dresden | c3d2&#10;&#10;</text>
<if test="/page/portal">
@ -172,7 +172,7 @@
<call-template name="calendar-events"/>
<text>&#10;## Changelog&#10;</text>
<apply-templates/>
<apply-templates select="item[position() &lt;= 42]"/>
</template>
<template match="calendar">
@ -181,6 +181,7 @@
<with-param name="limit" select="23"/>
<with-param name="src" select="@src"/>
</call-template>
<text>&#10;</text>
</template>
<template name="calendar-events">
@ -221,6 +222,10 @@
<with-param name="href" select="link"/>
</call-template>
<text> </text>
<if test="@date">
<value-of select="substring-before(@date, 'T')"/>
<text> </text>
</if>
<if test="content-text">
<call-template name="normalize-paragraph">
<with-param name="text" select="normalize-space(content-text)"/>