]> git.r.bdr.sh - rbdr/forum/blame - app/components/post/post.svelte
Remove server
[rbdr/forum] / app / components / post / post.svelte
CommitLineData
24be7b53
BB
1<script>
2 import Glyph from '../glyph/glyph.svelte';
3</script>
4
5<aside class="post-meta" title="Post 2 of 2 metadata">
6 <Glyph uuid="b33f0339f7d64d1ca27f1c0aefb7d753" />
7 <span class="h-card">
8 By: <a href="/a/time4carrots" class="p-nickname u-url">time4carrots</a>.
9 </span>
10 <time role="presentation" class="dt-published" datetime="2018-08-15T04:10:00.929Z">
11 <a href="/p/da9910f3febde91948000ce1535ea">
12 2018-08-15 04:10:00
13 </a>
14 </time>
15</aside>
16<article class="e-content" title="Post 2 of 2 by time4carrots">
17 <p>It's just how it is...</p>
18</article>
19<hr/>
20
21<style>
24be7b53
BB
22 .post-meta > * {
23 vertical-align: top;
24 }
25</style>