From f77db80077d739077becc1618b87818ea42f145c Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 19 Jun 2011 15:14:01 -0400 Subject: 1. Switched back to Rdiscount 2. Improved Blockquote comment header 3. Added Include File and Pullquote plugins 4. Improved blog typography 5. Simplified "Read more" link --- themes/classic/source/_includes/article.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'themes/classic/source/_includes/article.html') diff --git a/themes/classic/source/_includes/article.html b/themes/classic/source/_includes/article.html index 764e36d1..c0a9782f 100644 --- a/themes/classic/source/_includes/article.html +++ b/themes/classic/source/_includes/article.html @@ -10,22 +10,19 @@ {% else %}

{{ page.title | titlecase }}

{% endif %} - {% unless page.no_meta %} -

- {% if page.date %} - - {% endif %} - {% if page.updated %} - - {% endif %} - {% if author %}{% endif %} -

- {% endunless %} + {% unless page.no_meta or !index %}

{% include post_meta.html %}

{% endunless %} {% endunless %} {% if index %} -
{{ content | exerpt(content, page.url, 'Continue reading »') | smart_quotes }}
+
{{ content | exerpt | smart_quotes }}
+ {% else %}
{{ content | smart_quotes }}
{% endif %} - -- cgit v1.2.1