diff options
Added separate year node to article datasource
* this is needed for the implementation of a article datasource grouped by year
** this in turn is needed for the archive page template
* modified tags meta transformation and article result transformation accordingly
Diffstat (limited to 'source/99_result/article')
-rw-r--r-- | source/99_result/article/article.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index af8702b..11fd2b5 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -31,7 +31,7 @@ </h2> <p class="info"> <xsl:call-template name="format-date"> - <xsl:with-param name="date" select="./date"/> + <xsl:with-param name="date" select="./date/full"/> <xsl:with-param name="format" select="'M x, Y'"/> </xsl:call-template> | <xsl:for-each select="tags/tag"> |