mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add a _headLinks block to layout
This commit is contained in:
parent
b0dd7475b0
commit
efdd777c89
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
link(rel="icon", href="/favicon.ico")
|
link(rel="icon", href="/favicon.ico")
|
||||||
link(rel='stylesheet', href=buildCssPath('/style.css'))
|
link(rel='stylesheet', href=buildCssPath('/style.css'))
|
||||||
|
|
||||||
|
block _headLinks
|
||||||
|
|
||||||
if settings.i18n.subdomainLang
|
if settings.i18n.subdomainLang
|
||||||
each subdomainDetails in settings.i18n.subdomainLang
|
each subdomainDetails in settings.i18n.subdomainLang
|
||||||
if !subdomainDetails.hide
|
if !subdomainDetails.hide
|
||||||
|
|
Loading…
Reference in a new issue