-                {% show_menu 0 0 0 1 %}
+{#                
 {% filter force_escape %} {% debug %} {% endfilter %} #}
+{#                {% show_menu 0 0 0 1 %}#}
+                
+                    Home
+                
                 {% show_menu_below_id "digital-glarus-page" 0 %}
                 
                     Supporters
                 
+                
+                    Blog
+                
             
          
         
diff --git a/digitalglarus/templates/glarus_blog/includes/blog_item.html b/digitalglarus/templates/glarus_blog/includes/blog_item.html
index 667c0111..94d1c009 100644
--- a/digitalglarus/templates/glarus_blog/includes/blog_item.html
+++ b/digitalglarus/templates/glarus_blog/includes/blog_item.html
@@ -1,32 +1,34 @@
 {% load i18n thumbnail %}
 
-  {% 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 %}
-    

-  
-    
-    
-    {% block blog_meta %}
-    {# include "glarus_blog/includes/blog_meta.html" #}
-    {% endblock %}
-  
-  
-    
-      {{ post.abstract| safe }}
-    
-  
+            {% 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 %}
+            

+        
+        
+        
+        {#    {% block blog_meta %}#}
+        {#     {%  include "glarus_blog/includes/blog_meta.html" %}#}
+        {#    {% endblock %}#}
+    
+    
+        
+            {{ post.abstract| safe }}
+        
+