aboutsummaryrefslogtreecommitdiff
path: root/source/02_augment/commits.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-10-27 13:17:43 +0100
committerAdrian Kummerlaender2014-10-27 13:17:43 +0100
commite4ae586170229de78aaf00963e2f0c49427a9926 (patch)
tree5e8fdf8fb7acba7e09cdfee941a739ac61fed30e /source/02_augment/commits.xsl
parent7116f8fd112d721fac44b2bafa23023b9f0f9234 (diff)
downloadOverview-e4ae586170229de78aaf00963e2f0c49427a9926.tar
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.tar.gz
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.tar.bz2
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.tar.lz
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.tar.xz
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.tar.zst
Overview-e4ae586170229de78aaf00963e2f0c49427a9926.zip
Implemented latest article view
* the first paragraph of the three latest articles of my blog are now displayed on the overview page * feed is fetched via `curl` in `01_raw/article_feed.xsl` ** as with all commit feeds the article feed is processed further in the `02_augment` level ** the count of articles to be displayed is defined in `00_content/meta.xml` as `article_count` * CSS was updated to correctly display the article summary
Diffstat (limited to 'source/02_augment/commits.xsl')
-rw-r--r--source/02_augment/commits.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/02_augment/commits.xsl b/source/02_augment/commits.xsl
index c5caeb9..e9c4ae8 100644
--- a/source/02_augment/commits.xsl
+++ b/source/02_augment/commits.xsl
@@ -63,7 +63,7 @@
<xsl:template match="@* | node()" mode="commit">
<xsl:copy>
- <xsl:apply-templates select="@*|node()" mode="commit"/>
+ <xsl:apply-templates select="@* | node()" mode="commit"/>
</xsl:copy>
</xsl:template>