blob: 429dfd6da5f63ba4983a5780f0bc63f1ed66a14a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<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>
article, hr, aside {
grid-column: col-start 2 / span 11;
}
.post-meta > * {
vertical-align: top;
}
</style>
|