vxtwitter support

- moved out host overrides to its own file
- added mastodon verification
This commit is contained in:
wukko
2023-08-20 16:11:16 +06:00
parent 8304499ce7
commit a8cbebd240
6 changed files with 67 additions and 28 deletions

View File

@@ -73,6 +73,8 @@ export default function(obj) {
<link rel="stylesheet" href="fonts/notosansmono.css" rel="preload" />
<link rel="stylesheet" href="cobalt.css" />
<link rel="me" href="${authorInfo.support.mastodon.url}">
<noscript><div style="margin: 2rem;">${t('NoScriptMessage')}</div></noscript>
</head>
<body id="cobalt-body" ${platform === "p" ? 'class="desktop"' : ''} data-nosnippet ontouchstart>