diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/00_content/meta.xml | 2 | ||||
-rw-r--r-- | source/99_result/timeline.xsl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/00_content/meta.xml b/source/00_content/meta.xml index 869431b..b3facb1 100644 --- a/source/00_content/meta.xml +++ b/source/00_content/meta.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <datasource> - <title>CommitLog</title> + <title>kummerlaender.eu</title> <url>http://localhost:8000</url> <commit_count>20</commit_count> </datasource> diff --git a/source/99_result/timeline.xsl b/source/99_result/timeline.xsl index dfcca01..edb8fb2 100644 --- a/source/99_result/timeline.xsl +++ b/source/99_result/timeline.xsl @@ -69,6 +69,7 @@ <xsl:value-of select="$url"/> </id> <title> + <xsl:text>Latest commits @ </xsl:text> <xsl:value-of select="$root/meta/title"/> </title> <updated> |