diff --git a/src/routes/a/[slug].svelte b/src/routes/a/[slug].svelte index 06156c7..7995dd3 100644 --- a/src/routes/a/[slug].svelte +++ b/src/routes/a/[slug].svelte @@ -226,6 +226,16 @@
@@ -241,6 +251,16 @@ {@html article.html} + + + Comments diff --git a/src/routes/c/[slug].svelte b/src/routes/c/[slug].svelte index cec249d..de68931 100644 --- a/src/routes/c/[slug].svelte +++ b/src/routes/c/[slug].svelte @@ -69,6 +69,16 @@ {category.name} + + + {#each articles as {title, slug, image, created_at}} @@ -83,5 +93,15 @@ No articles are in this category :( Check back soon! {/each} + + + diff --git a/src/routes/contact.svelte b/src/routes/contact.svelte index 34e9c9e..10c2c55 100644 --- a/src/routes/contact.svelte +++ b/src/routes/contact.svelte @@ -18,6 +18,16 @@ Contact Us + + + Myles C. Linden @@ -45,6 +55,16 @@ webmaster@howfeed.biz + + + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index f9381d4..31893f9 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -8,7 +8,6 @@ @@ -59,6 +58,16 @@ Welcome + + + {#each articles as {title, slug, image, created_at}} @@ -73,5 +82,15 @@ No articles have been published yet :( Cheque back soon! {/each} + + + diff --git a/src/template.html b/src/template.html index f43d8fe..ad38a43 100644 --- a/src/template.html +++ b/src/template.html @@ -21,7 +21,12 @@ gtag('config', 'UA-175013738-1'); - + + %sapper.html%
No articles are in this category :(
Check back soon!
webmaster@howfeed.biz
No articles have been published yet :(
Cheque back soon!
{category.name}
No articles are in this category :(
Check back soon!
{/each} +Contact Us
+Myles C. Linden
@@ -45,6 +55,16 @@webmaster@howfeed.biz
Welcome
No articles have been published yet :(
Cheque back soon!
{/each} +