diff options
Revamped layout to be more minimalistic and readable
* removed background image and as such it's fixed pixel width
** i.e. the layout is now completely dependent on the basic font size and scales accordingly
* revamped master template and CSS to allow for nodes with varying lengths instead of truncating everything depending on the background width
* increased font size of tag and archive pages
* increased overall line height to improve readability
* improved CSS to e.g. make use of `last-child` instead of adding `last` classes during static site generation
* removed _microblog_ entries from archive as I have more or less stopped using _Twitter_
Diffstat (limited to 'source/99_result/article')
-rw-r--r-- | source/99_result/article/article.xsl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/99_result/article/article.xsl b/source/99_result/article/article.xsl index d34df77..70c22a7 100644 --- a/source/99_result/article/article.xsl +++ b/source/99_result/article/article.xsl @@ -48,7 +48,9 @@ <xsl:apply-templates select="content/node()" mode="xhtml"/> </div> - <div id="isso-thread"></div> + <div id="isso-thread"> + <xsl:text> </xsl:text> + </div> <script type="text/javascript" src="/comments/js/embed.min.js" data-isso-avatar="false" data-isso-vote="false" data-isso-css="false"> <xsl:text> </xsl:text> |