Fix commento integration
continuous-integration/drone/push Build is passing Details

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>
<meta charset="utf-8" />
<meta name="description" content="" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="maatma">
<meta name="robots" content="none">
@ -13,6 +12,5 @@
</head>
<body class="h-100">
<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>
</html>

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB