1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates
Allen Zheng a3d76a0fd8 Remove bad whitespace stripping in simple theme
This joins the contents of the block to the previous line, which messes
up the output formatting in this case.

Old vs new output:
- <ul>        <li>...
+ <ul>
+     <li>...

This change is already in the 'notmyidea' theme.
2018-07-06 09:13:39 -04:00
..
archives.html Clean simple theme 2018-06-19 19:07:20 +00:00
article.html Support translation of lang attribute in default themes 2018-07-02 23:42:03 +02:00
author.html Clean simple theme 2018-06-19 19:07:20 +00:00
authors.html Remove bad whitespace stripping in simple theme 2018-07-06 09:13:39 -04:00
base.html Support translation of lang attribute in default themes 2018-07-02 23:42:03 +02:00
categories.html Add h1 to the categories list in simple/notmyidea 2018-07-06 09:13:39 -04:00
category.html Clean simple theme 2018-06-19 19:07:20 +00:00
gosquared.html Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
index.html Use <time> instead of <abbr>. 2015-11-05 22:28:46 +01:00
page.html Support translation of lang attribute in default themes 2018-07-02 23:42:03 +02:00
pagination.html PAGINATION_URL/PAGINATION_SAVE_AS implementation 2013-07-29 08:09:44 -04:00
period_archives.html Clean simple theme 2018-06-19 19:07:20 +00:00
tag.html Clean simple theme 2018-06-19 19:07:20 +00:00
tags.html Remove bad whitespace stripping in simple theme 2018-07-06 09:13:39 -04:00
translations.html List of translations for simple and notmyidea pages 2012-11-21 15:45:50 +02:00