diff --git a/journal/templates/collection.html b/journal/templates/collection.html
index db5ff798..36abc696 100644
--- a/journal/templates/collection.html
+++ b/journal/templates/collection.html
@@ -19,6 +19,9 @@
content="{{ collection.owner.display_name }}">
+
+
{{ site_name }} - {% trans 'Collection' %} - {{ collection.title }}
{% include "common_libs.html" %}
diff --git a/journal/templates/review.html b/journal/templates/review.html
index c5f29f23..c3f0c444 100644
--- a/journal/templates/review.html
+++ b/journal/templates/review.html
@@ -18,6 +18,7 @@
+
{% if not identity.anonymous_viewable %}{% endif %}
{{ site_name }} {% trans 'Review' %} - {{ review.title }}
{% include "common_libs.html" %}