wording and tags

This commit is contained in:
2024-04-30 09:46:53 +02:00
parent 62c3d33dac
commit 139ee3b8c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<xsl:template match="tags">
<xsl:element name="ul">
<xsl:attribute name="class">tags</xsl:attribute>
<xsl:for-each select="tag[not(@key='front-page') and not(@key='press')]">
<xsl:for-each select="tag[not(@key='front-page') and not(@key='press') and not(@key='highlights')]">
<xsl:element name="li">
<xsl:element name="a">
<xsl:attribute name="href">
+1 -1
View File
@@ -37,7 +37,7 @@
<dynamic-content-news />
</div>
<div class="column events">
<h2>Events</h2>
<h2>Upcoming Events</h2>
<dynamic-content-events />
<p>
<a class="learn-more" href="/events/events.html">See all events...</a>