diff --git a/src/pages/[manga]/_layout.svelte b/src/pages/[manga]/_layout.svelte index e08d2bf..75107ec 100644 --- a/src/pages/[manga]/_layout.svelte +++ b/src/pages/[manga]/_layout.svelte @@ -1,4 +1,6 @@ + + {#if blocked.includes(manga)} + Content blocked - Mangadex search + {/if} + {#if blocked.includes(manga)} -

- Content blocked. -

- - I'm sorry, but I received a DMCA take down for this manga, so just to be safe I disabled it. Content might be available directly on Mangadex which I'm embedding it from (so in my good faith, I don't think I'm breaking copyright). - - I don't host any of the content shown in this page. +
+ Search +

+ Content blocked. +

+ +

+ I'm sorry, but I received a DMCA take down for this manga, so just to be safe I disabled it. Content might be available directly on Mangadex which I'm embedding it from (so in my good faith, I don't think I'm breaking copyright). +

+

+ I don't host any of the content shown in this page. +

+
{:else} {#await mangaData} loading... diff --git a/src/pages/index.svelte b/src/pages/index.svelte index a3633d0..1a10a82 100644 --- a/src/pages/index.svelte +++ b/src/pages/index.svelte @@ -108,7 +108,7 @@ - Mangadex search + Mangadex search & downloader