Merge branch 'master' into webcrypto

This commit is contained in:
El RIDO
2018-12-17 21:34:15 +01:00
3 changed files with 8 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ $isPage = substr($template, -5) === '-page';
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex" />
<meta name="referrer" content="no-referrer">
<meta name="google" content="notranslate">
<title><?php echo I18n::_($NAME); ?></title>
<?php
if (!$isDark):