From 7dab2111f3876a92a3cfe37f3f0bb4f80668ec4c Mon Sep 17 00:00:00 2001 From: rscnt Date: Sat, 26 Sep 2015 16:46:30 -0600 Subject: [PATCH] digitalglarus: removed border from post images Signed-off-by: rscnt --- digitalglarus/templates/glarus_blog/includes/blog_item.html | 2 +- digitalglarus/templates/glarus_blog/post_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalglarus/templates/glarus_blog/includes/blog_item.html b/digitalglarus/templates/glarus_blog/includes/blog_item.html index 0dfbbd5a..52000432 100644 --- a/digitalglarus/templates/glarus_blog/includes/blog_item.html +++ b/digitalglarus/templates/glarus_blog/includes/blog_item.html @@ -4,7 +4,7 @@ {% if post.main_image %}
{% thumbnail post.main_image post.full_image_options.size crop=post.full_image_options.crop upscale=post.full_image_options.upscale subject_location=post.main_image.subject_location as thumb %} - {{ post.main_image.default_alt_text }} + {{ post.main_image.default_alt_text }}
{% endif %}
diff --git a/digitalglarus/templates/glarus_blog/post_detail.html b/digitalglarus/templates/glarus_blog/post_detail.html index c803c011..49a4390d 100644 --- a/digitalglarus/templates/glarus_blog/post_detail.html +++ b/digitalglarus/templates/glarus_blog/post_detail.html @@ -11,7 +11,7 @@ {% if post.main_image_id %}
{% thumbnail post.main_image post.full_image_options.size crop=post.full_image_options.crop upscale=post.full_image_options.upscale subject_location=post.main_image.subject_location as thumb %} - {{ post.main_image.default_alt_text }} + {{ post.main_image.default_alt_text }}
{% endif %}