From 322febcd0caf30257e000628c10f7009c4a98812 Mon Sep 17 00:00:00 2001 From: Brian Wheeler Date: Mon, 19 May 2014 21:54:28 -0700 Subject: [PATCH] adds support for HTML/nonstandard excerpt --- _layouts/base.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index 56e1e13a2..98249d2e2 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -11,25 +11,25 @@ - {% if page.site.gplus %}{% endif %} - {% if page.author.gplus %}{% endif %} + {% if page.site.gplus %}{% endif %} + {% if page.author.gplus %}{% endif %} {% if page.cover_image %} {% if page.main_image %} - + {% endif %} - + {% endif %} {% if page.excerpt %} - - + + {% endif %} - + - +