mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove priority title stuff again
This commit is contained in:
parent
31e3c4ac06
commit
af1f0994af
1 changed files with 3 additions and 5 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue