diff --git a/cms_templates/home_digitalglarus.html b/cms_templates/home_digitalglarus.html
new file mode 100644
index 00000000..d7894fb2
--- /dev/null
+++ b/cms_templates/home_digitalglarus.html
@@ -0,0 +1,99 @@
+{% extends "base_glarus.html" %}
+{% load staticfiles cms_tags %}
+
+{% block content %}
+
             
-                {% 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 %}
-    

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

+        
 
+    {% endif %}
+    
+        
+        
+        
+        {#    {% block blog_meta %}#}
+        {#     {%  include "glarus_blog/includes/blog_meta.html" %}#}
+        {#    {% endblock %}#}
+    
+    
+        
+            {{ post.abstract| safe }}
+        
+    
 
+    
 
\ No newline at end of file
diff --git a/digitalglarus/templates/glarus_blog/post_detail.html b/digitalglarus/templates/glarus_blog/post_detail.html
index 807fad33..dd919da9 100644
--- a/digitalglarus/templates/glarus_blog/post_detail.html
+++ b/digitalglarus/templates/glarus_blog/post_detail.html
@@ -1,4 +1,4 @@
-{% extends "base_glarus.html" %}
+{% extends "base.html" %}
 {% load i18n thumbnail cms_tags %}
 
 {% block meta_description %}{{ post.meta_description }}{% endblock meta_description %}
diff --git a/digitalglarus/templates/glarus_blog/post_list.html b/digitalglarus/templates/glarus_blog/post_list.html
index cfd90d3e..c062eae6 100644
--- a/digitalglarus/templates/glarus_blog/post_list.html
+++ b/digitalglarus/templates/glarus_blog/post_list.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "glarus_blog/base.html" %}
 {% load i18n thumbnail %}{% spaceless %}
 
 {% block canonical_url %}