diff options
Changed date formatting to ISO / English
* dates in lists such as the tag list are displayed in plain ISO formatting
** this way the article titles all start at the same horizontal offset which I find much more visually pleasing
* dates on article pages are formatted in the English way instead of in English but formatted as in Germany
Diffstat (limited to 'source/99_result/article')
-rw-r--r-- | source/99_result/article/article.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index 9c5cd3e..558ab6a 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -35,7 +35,7 @@ <p class="info"> <xsl:call-template name="format-date"> <xsl:with-param name="date" select="./date"/> - <xsl:with-param name="format" select="'x. M Y'"/> + <xsl:with-param name="format" select="'M x, Y'"/> </xsl:call-template> | <xsl:for-each select="tags/tag"> <a href="{$url}/tag/{.}"> |