Remove priority title stuff again

This commit is contained in:
James Allen 2014-08-07 16:53:01 +01:00
parent 31e3c4ac06
commit af1f0994af

View file

@ -3,11 +3,9 @@ html(itemscope, itemtype='http://schema.org/Product')
block vars block vars
head head
-if (typeof(title) == "undefined")
- if (typeof(priority_title) !== "undefined" && priority_title) title ShareLaTeX, the Online LaTeX Editor
title= title + ' - '+ translate("online_latex_editor") -else
- else
title= translate("online_latex_editor") +' ShareLaTeX - ' +translate(title)
title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor") title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor")
link(rel="icon", href="/favicon.ico") link(rel="icon", href="/favicon.ico")