diff --git a/sdbs_pile/pile/templates/front_doc_listing.html b/sdbs_pile/pile/templates/front_doc_listing.html
index 310eb19..c0abda7 100644
--- a/sdbs_pile/pile/templates/front_doc_listing.html
+++ b/sdbs_pile/pile/templates/front_doc_listing.html
@@ -1,6 +1,6 @@
{% extends "front_base.html" %}
-{% block title %}: Filed under "{{ tag.name }}"{% endblock %}
+{% block title %}{% if tag %}: Filed under "{{ tag.name }}"{% else %}: All documents{% endif %}{% endblock %}
{% block content %}
{% if tag %}
@@ -24,8 +24,10 @@
{% endblock %}
{% block meta-og %}
-
-
-
-
-{% endblock %}
\ No newline at end of file
+ {% if tag %}
+
+
+
+
+ {% endif %}
+{% endblock %}