Fix commento integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-04-17 13:03:06 +02:00
parent 669b498717
commit c4608f8bcc
3 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="description" content="" /> <meta name="description" content="" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="maatma"> <meta name="author" content="maatma">
<meta name="robots" content="none"> <meta name="robots" content="none">
@ -13,6 +12,5 @@
</head> </head>
<body class="h-100"> <body class="h-100">
<div class="d-flex flex-column justify-content-between h-100">%svelte.body%</div> <div class="d-flex flex-column justify-content-between h-100">%svelte.body%</div>
<script defer src="https://commento.nemunai.re/js/commento.js"></script>
</body> </body>
</html> </html>

View File

@ -38,6 +38,7 @@
{@html $videos.idx_videos[video_id].description} {@html $videos.idx_videos[video_id].description}
</p> </p>
{/if} {/if}
<script defer src="https://commento.nemunai.re/js/commento.js"></script>
<div id="commento"></div> <div id="commento"></div>
</Col> </Col>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB