From 68849df8d868b34ca0de080770ee8cef76626b58 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 28 Sep 2014 12:26:05 +0200 Subject: Added alternate feed link and augmented entry links * added title and type attributes to feed links in ATOM feed * alternate feed link references the actual website * added "rel=\"alternate\"" and title attribute to entry links --- source/99_result/atom.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/99_result/atom.xsl b/source/99_result/atom.xsl index c2b983e..5cbd5f3 100644 --- a/source/99_result/atom.xsl +++ b/source/99_result/atom.xsl @@ -25,7 +25,8 @@ - + + @@ -57,7 +58,7 @@ <xsl:value-of select="title"/> - + /article/ -- cgit v1.2.3