]>
Commit | Line | Data |
---|---|---|
24be7b53 | 1 | <script> |
bd8e98d7 RBR |
2 | import { _ } from 'svelte-i18n'; |
3 | ||
24be7b53 BB |
4 | import Glyph from '../glyph/glyph.svelte'; |
5 | </script> | |
6 | ||
bd8e98d7 | 7 | <aside class="post-meta" title="{$_('post.metadata_title', { values: { count: 2, total: 2 } })}"> |
24be7b53 BB |
8 | <Glyph uuid="b33f0339f7d64d1ca27f1c0aefb7d753" /> |
9 | <span class="h-card"> | |
bd8e98d7 | 10 | {$_('post.author_credit')} <a href="/a/time4carrots" class="p-nickname u-url">time4carrots</a>. |
24be7b53 BB |
11 | </span> |
12 | <time role="presentation" class="dt-published" datetime="2018-08-15T04:10:00.929Z"> | |
13 | <a href="/p/da9910f3febde91948000ce1535ea"> | |
14 | 2018-08-15 04:10:00 | |
15 | </a> | |
16 | </time> | |
17 | </aside> | |
bd8e98d7 | 18 | <article class="e-content" title="{$_('post.title', { values: { count: 1, total: 2, author: 'time4carrots' } })}"> |
24be7b53 BB |
19 | <p>It's just how it is...</p> |
20 | </article> | |
21 | <hr/> | |
22 | ||
23 | <style> | |
bd8e98d7 | 24 | .post-meta * { |
24be7b53 BB |
25 | vertical-align: top; |
26 | } | |
27 | </style> |