mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 01:33:18 +00: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
|
||||
|
||||
head
|
||||
|
||||
- if (typeof(priority_title) !== "undefined" && priority_title)
|
||||
title= title + ' - '+ translate("online_latex_editor")
|
||||
- else
|
||||
title= translate("online_latex_editor") +' ShareLaTeX - ' +translate(title)
|
||||
-if (typeof(title) == "undefined")
|
||||
title ShareLaTeX, the Online LaTeX Editor
|
||||
-else
|
||||
title= translate(title) + ' - ShareLaTeX, '+translate("online_latex_editor")
|
||||
|
||||
link(rel="icon", href="/favicon.ico")
|
||||
|
|
Loading…
Reference in a new issue