We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbc532 commit 53592d2Copy full SHA for 53592d2
src/lib/MarkdownSite.svelte
@@ -1,7 +1,6 @@
1
<script>
2
import { base } from "$app/paths";
3
import AboutCard from "./AboutCard.svelte";
4
- import CommentSection from "./commets/CommentSection.svelte";
5
import PubDate from "./pub-date.svelte";
6
export let site;
7
export let about = null;
@@ -116,11 +115,6 @@
116
115
<a class="hidden p-url p-uid" href={`/${site.slug}`}>/{site.slug}</a>
117
</div>
118
</article>
119
- {#if site.comments}
120
- <div class="container">
121
- <CommentSection comments={site.comments} page={site} />
122
- </div>
123
- {/if}
124
125
126
<style>
src/lib/commets/CommentForm.svelte
src/lib/commets/CommentSection.svelte
0 commit comments