This commit is contained in:
parent
ebb5856cf7
commit
2a3c7a3567
2 changed files with 32 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Reference in a new issue