mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
added robots meta tag
This commit is contained in:
@@ -9,6 +9,11 @@ module.exports = function(state, body = '') {
|
||||
<head>
|
||||
<title>${state.title}</title>
|
||||
<base href="/" />
|
||||
<meta
|
||||
name="robots"
|
||||
content="${state.route === 'download/:id' ? 'none' : 'all'},noarchive"
|
||||
/>
|
||||
<meta name="google" content="nositelinkssearchbox" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
Reference in New Issue
Block a user