get rid of the <title> conditional altogether

This commit is contained in:
Jason Bau
2014-01-30 17:33:42 -08:00
parent b78e33dbc5
commit 7399d5171f

View File

@@ -33,11 +33,7 @@
<%block name="title">
<title>
% if stanford_theme_enabled():
${_("Home")} | class.stanford.edu
% else:
${page_title_breadcrumbs(self.pagetitle())}
% endif
</title>
</%block>