pelican-subtle-giggi: update release v1
diff --git a/theme/templates/modules/blogsubheader.html b/theme/templates/modules/blogsubheader.html
new file mode 100644
index 0000000..9ba047d
--- /dev/null
+++ b/theme/templates/modules/blogsubheader.html
@@ -0,0 +1,19 @@
+<p>
+<!--{% if INDEX_SAVE_AS %}
+<a href="{{ SITEURL }}/{{ INDEX_SAVE_AS }}">Blog</a>
+{% else %}
+<a href="{{ SITEURL }}">Blog</a>
+{% endif %} NOTE: This will be redundant now. -->
+{% if TAGS_URL %}
+&#124; <a href="{{ SITEURL }}/{{ TAGS_URL }}">Tags</a>
+{% endif %}
+{% if CATEGORIES_URL %}
+&#124; <a href="{{ SITEURL }}/{{ CATEGORIES_URL }}">Categories</a>
+{% endif %}
+{% if AUTHORS_URL %}
+&#124; <a href="{{ SITEURL }}/{{ AUTHORS_URL }}">Authors</a>
+{% endif %}
+{% if ARCHIVES_URL %}
+&#124; <a href="{{ SITEURL }}/{{ ARCHIVES_URL }}">Archive</a>
+{% endif %}
+</p>