Import template layer
diff --git a/theme/templates/modules/blogsubheader.html b/theme/templates/modules/blogsubheader.html
index 3bb3fbf..9ba047d 100644
--- a/theme/templates/modules/blogsubheader.html
+++ b/theme/templates/modules/blogsubheader.html
@@ -1,9 +1,9 @@
<p>
-{% if INDEX_SAVE_AS %}
-<a href="{{ SITEURL }}/{{ INDEX_SAVE_AS }}">Posts</a>
+<!--{% if INDEX_SAVE_AS %}
+<a href="{{ SITEURL }}/{{ INDEX_SAVE_AS }}">Blog</a>
{% else %}
-<a href="{{ SITEURL }}">Posts</a>
-{% endif %}
+<a href="{{ SITEURL }}">Blog</a>
+{% endif %} NOTE: This will be redundant now. -->
{% if TAGS_URL %}
| <a href="{{ SITEURL }}/{{ TAGS_URL }}">Tags</a>
{% endif %}