From 9b376ec4e2b50a9ba23de0338a0f7ee692fd8869 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 27 Oct 2014 19:01:19 +0100 Subject: Rewrite `href` attributes to base url * the article feed contains links that expect the base url to be the blog url ** these links have to be rewritten to be absolute instead of relative to the blog url * this is achieved via a appropriate identity template in `02_augment/articles.xsl` --- source/02_augment/articles.xsl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'source') diff --git a/source/02_augment/articles.xsl b/source/02_augment/articles.xsl index 0f32987..e3eaf6f 100644 --- a/source/02_augment/articles.xsl +++ b/source/02_augment/articles.xsl @@ -31,6 +31,22 @@ + + + + + http://blog.kummerlaender.eu + + + + + + + + + + + -- cgit v1.2.3