Switch to commento++
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-04-17 14:15:32 +02:00
commit 2a3c7a3567
2 changed files with 32 additions and 2 deletions

View file

@ -16,6 +16,7 @@
} from 'sveltestrap';
import { videos } from '../stores/videos.js';
import Commento from '../components/Commento.svelte';
import VideoThumb from '../components/VideoThumb.svelte';
export let video_id = 0;
@ -39,8 +40,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>
<Commento pageId={'/videos/' + video_id} />
</Col>
<Col md="3" lg="4">