summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-02-12 22:05:24 +0100
committerAdrian Kummerlaender2017-02-12 22:05:24 +0100
commit1ac90d0ab82aeb646aae8a8ee878776bd6c507a5 (patch)
treef5d5129ae5580a64634603222c9045bcbfbf1fba
parented58761658ca10ef3e2fa2df07725ece5b159f81 (diff)
downloadtree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar.gz
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar.bz2
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar.lz
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar.xz
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.tar.zst
tree.kummerlaender.eu-1ac90d0ab82aeb646aae8a8ee878776bd6c507a5.zip
Link to folders instead of `index.html`
-rw-r--r--source/99_result/branches.xsl2
-rw-r--r--source/99_result/start.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/99_result/branches.xsl b/source/99_result/branches.xsl
index 2c70002..67614ae 100644
--- a/source/99_result/branches.xsl
+++ b/source/99_result/branches.xsl
@@ -54,7 +54,7 @@
<xsl:template match="entry/*/node">
<li>
<em>»</em>
- <a href="{@name}/index.html">
+ <a href="{@name}/">
<strong><xsl:value-of select="title"/></strong>
<p>
<xsl:apply-templates select="digest/node()" mode="xhtml"/>
diff --git a/source/99_result/start.xsl b/source/99_result/start.xsl
index 595015e..43643f0 100644
--- a/source/99_result/start.xsl
+++ b/source/99_result/start.xsl
@@ -20,7 +20,7 @@
<xsl:template match="digest/entry" mode="digest">
<li>
<em>»</em>
- <a href="{@handle}/index.html">
+ <a href="{@handle}/">
<strong><xsl:value-of select="title"/></strong>
<p>
<xsl:apply-templates select="digest/node()" mode="xhtml"/>