diff --git a/src/views/Article.svelte b/src/views/Article.svelte index 0d76a17..135fc92 100644 --- a/src/views/Article.svelte +++ b/src/views/Article.svelte @@ -98,51 +98,53 @@
-
- - -
- -
- {#if copySuccess} - {t('link_copied')} +
+
+ + +
+ +
+ {#if copySuccess} + {t('link_copied')} + {/if} + +
+
+ + +

{data.title}

+ + + {#if data.intro} +
{@html data.intro}
{/if} - -
+ + + {#if data.cover} +
+ {data.title} +
+ {/if} + + + {#if data.body} +
{@html data.body}
+ {/if} + + +
+ + + +
+ + + {#if data.related?.length} + + {/if} +
- - -

{data.title}

- - - {#if data.intro} -
{@html data.intro}
- {/if} - - - {#if data.cover} -
- {data.title} -
- {/if} - - - {#if data.body} -
{@html data.body}
- {/if} - - -
-
-

{t('share_article')}

- -
- - - {#if data.related?.length} - - {/if} - activeWhitePaperUri = null} />