Skip to content

Commit 53592d2

Browse files
committed
feat: remove comment form and display functionality
1 parent 3cbc532 commit 53592d2

File tree

5 files changed

+0
-395
lines changed

5 files changed

+0
-395
lines changed

src/lib/MarkdownSite.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script>
22
import { base } from "$app/paths";
33
import AboutCard from "./AboutCard.svelte";
4-
import CommentSection from "./commets/CommentSection.svelte";
54
import PubDate from "./pub-date.svelte";
65
export let site;
76
export let about = null;
@@ -116,11 +115,6 @@
116115
<a class="hidden p-url p-uid" href={`/${site.slug}`}>/{site.slug}</a>
117116
</div>
118117
</article>
119-
{#if site.comments}
120-
<div class="container">
121-
<CommentSection comments={site.comments} page={site} />
122-
</div>
123-
{/if}
124118
</div>
125119
126120
<style>

src/lib/commets/CommentForm.svelte

Lines changed: 0 additions & 191 deletions
This file was deleted.

src/lib/commets/CommentSection.svelte

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)