mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #28592 from overleaf/ae-unsupported-browser
Add noindex meta tag to unsupported browsers page GitOrigin-RevId: cdbecaf1c3ca2208802b4c18de85007648f86d68
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
extends ../layout/layout-no-js
|
||||
|
||||
block append meta
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
block vars
|
||||
- metadata = {title: 'Unsupported browser'}
|
||||
|
||||
|
||||
@@ -17,4 +17,6 @@ html(lang='en')
|
||||
if buildCssPath
|
||||
link(rel='stylesheet' href=buildCssPath())
|
||||
|
||||
block body
|
||||
block meta
|
||||
|
||||
block body
|
||||
|
||||
Reference in New Issue
Block a user