diff --git a/sdbs_pile/pile/templates/front_base.html b/sdbs_pile/pile/templates/front_base.html
index ec20039..e07a33e 100644
--- a/sdbs_pile/pile/templates/front_base.html
+++ b/sdbs_pile/pile/templates/front_base.html
@@ -9,7 +9,14 @@
- {% block meta-og %}{% endblock %}
+ {% block meta-og %}
+
The /-\ pile
+
+
+
+
+ {% endblock %}
diff --git a/sdbs_pile/pile/templates/front_doc_listing.html b/sdbs_pile/pile/templates/front_doc_listing.html
index df066ac..310eb19 100644
--- a/sdbs_pile/pile/templates/front_doc_listing.html
+++ b/sdbs_pile/pile/templates/front_doc_listing.html
@@ -1,5 +1,7 @@
{% extends "front_base.html" %}
+{% block title %}: Filed under "{{ tag.name }}"{% endblock %}
+
{% block content %}
{% if tag %}
@@ -19,4 +21,11 @@
{% endfor %}
+{% endblock %}
+
+{% block meta-og %}
+
+
+
+
{% endblock %}
\ No newline at end of file