wording and tags
This commit is contained in:
+1
-1
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user