diff --git a/templates/base.html b/templates/base.html index 8f2c207c..c4f640b6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ - {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %} + {% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %} – CDH@Princeton {% include "includes/favicons.html" %} {% include "snippets/head_meta.html" %}