diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-09 22:43:12 +0100 |
| commit | bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (patch) | |
| tree | e5f0dcbc14d3009c17e5f562404fe19f6aceab73 /app/components/post | |
| parent | 862a5f9cdbbda522c608ea63c1e296e81f44de10 (diff) | |
Update to SvelteKit
Diffstat (limited to 'app/components/post')
| -rw-r--r-- | app/components/post/post.svelte | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app/components/post/post.svelte b/app/components/post/post.svelte deleted file mode 100644 index fad7628..0000000 --- a/app/components/post/post.svelte +++ /dev/null @@ -1,25 +0,0 @@ -<script> - import Glyph from '../glyph/glyph.svelte'; -</script> - -<aside class="post-meta" title="Post 2 of 2 metadata"> - <Glyph uuid="b33f0339f7d64d1ca27f1c0aefb7d753" /> - <span class="h-card"> - By: <a href="/a/time4carrots" class="p-nickname u-url">time4carrots</a>. - </span> - <time role="presentation" class="dt-published" datetime="2018-08-15T04:10:00.929Z"> - <a href="/p/da9910f3febde91948000ce1535ea"> - 2018-08-15 04:10:00 - </a> - </time> -</aside> -<article class="e-content" title="Post 2 of 2 by time4carrots"> - <p>It's just how it is...</p> -</article> -<hr/> - -<style> - .post-meta > * { - vertical-align: top; - } -</style> |