mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-25 12:38:54 +01:00
page: remove data-nosnippet from body
This commit is contained in:
parent
5a769ceb94
commit
da0c765ad9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default function(obj) {
|
||||||
<link rel="stylesheet" href="cobalt.css">
|
<link rel="stylesheet" href="cobalt.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="cobalt-body" ${platform === "d" ? 'class="desktop"' : ''} data-nosnippet>
|
<body id="cobalt-body" ${platform === "d" ? 'class="desktop"' : ''}>
|
||||||
<noscript>
|
<noscript>
|
||||||
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
Loading…
Reference in a new issue