diff options
Pull in some nice fonts
i.e. Oswald for titles and Vollkorn for text.
Including some markup changes to accomodate them.
New approach to aligning article-info to title should work independently of the selected font.
Diffstat (limited to 'source/99_result/tag')
-rw-r--r-- | source/99_result/tag/tag.xsl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl index 7162b64..67370cc 100644 --- a/source/99_result/tag/tag.xsl +++ b/source/99_result/tag/tag.xsl @@ -31,8 +31,6 @@ <xsl:template match="tag/entry/article"> <li> - <xsl:value-of select="date"/> - <xsl:text> ยป </xsl:text> <a href="/article/{@handle}"> <xsl:value-of select="title"/> </a> |