diff --git a/templates/board.html b/templates/board.html
index 554b177..580507a 100644
--- a/templates/board.html
+++ b/templates/board.html
@@ -2,17 +2,17 @@
{% load text_filters %}
{% load static %}
-{% block title %}{{ board.curator_name }} | {{ board.curator_title }} | {{ block.super }}{% endblock %}
+{% block title %}{{ board.curator_name }}{% if board.curator_title %} | {{ board.curator_title }}{% endif %} | {{ block.super }}{% endblock %}
{% block og_tags %}
-
+
-
+
{% endblock %}