mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-27 10:23:54 +00:00
hide hidden domains in hreflang head of html
This commit is contained in:
parent
48b7800c7f
commit
618935b643
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
|
||||
if settings.i18n.subdomainLang
|
||||
each subdomainDetails in settings.i18n.subdomainLang
|
||||
if !subdomainDetails.hide
|
||||
link(rel="alternate", href=subdomainDetails.url+currentUrl, hreflang=subdomainDetails.lngCode)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue