Commit 7399d517 by Jason Bau

get rid of the <title> conditional altogether

parent b78e33db
...@@ -33,11 +33,7 @@ ...@@ -33,11 +33,7 @@
<%block name="title"> <%block name="title">
<title> <title>
% if stanford_theme_enabled():
${_("Home")} | class.stanford.edu
% else:
${page_title_breadcrumbs(self.pagetitle())} ${page_title_breadcrumbs(self.pagetitle())}
% endif
</title> </title>
</%block> </%block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment