From cff2b8fe9a763752e0f871cad09dee6ed86da1ea Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 26 Jul 2014 23:31:12 +0200 Subject: 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 --- source/03_meta/tags.xsl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'source/03_meta') diff --git a/source/03_meta/tags.xsl b/source/03_meta/tags.xsl index 84114e8..ac77335 100644 --- a/source/03_meta/tags.xsl +++ b/source/03_meta/tags.xsl @@ -22,7 +22,14 @@ - + + + + <xsl:value-of select="$article/self::title"/> + + + + -- cgit v1.2.3