-
-
- {% block blog_meta %}
- {% include "glarus_blog/includes/blog_meta.html" %}
- {% endblock %}
-
- {% if image and post.main_image %}
-
- {% thumbnail post.main_image post.thumbnail_options.size crop=post.thumbnail_options.crop upscale=post.thumbnail_options.upscale subject_location=post.main_image.subject_location as thumb %}
-
-
- {% endif %}
-
- {{ post.abstract| safe }}
-
-
-
\ No newline at end of file
+
+ {% if image and 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 %}
+
+
+ {% endif %}
+
+ {% block blog_meta %}
+ {# include "glarus_blog/includes/blog_meta.html" #}
+ {% endblock %}
+
+
+
+
+ {{ post.abstract| safe }}
+
+
+
+