diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-02-02 13:12:13 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-02-02 13:12:13 +0100 |
| commit | 24be7b5399ae4162702ad9a1f17b5711922a2da4 (patch) | |
| tree | 03b408813358445e2d1fdb9b680d56e9419dc80f /app/components/topic | |
| parent | 8d2ed7debf232843c1facf53fd1efdab9b36d85c (diff) | |
Add a router
Diffstat (limited to 'app/components/topic')
| -rw-r--r-- | app/components/topic/topic.svelte | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/components/topic/topic.svelte b/app/components/topic/topic.svelte index 3816bbc..c2462fd 100644 --- a/app/components/topic/topic.svelte +++ b/app/components/topic/topic.svelte @@ -11,10 +11,10 @@ </aside> <aside class="topic-tags" title="Topic Tags"> Tags: - <a href="/t/question" class="p-category">question<span class="tag-weight">(5)</span></a> - <a href="/t/meta" class="p-category">meta<span class="tag-weight">(34)</span></a> - <a href="/t/carrots" class="p-category">carrots<span class="tag-weight">(1)</span></a> - <a href="/t/tpbo" class="p-category">tpbo<span class="tag-weight">(2)</span></a> + <a href="/g/question" class="p-category">question<span class="tag-weight">(5)</span></a> + <a href="/g/meta" class="p-category">meta<span class="tag-weight">(34)</span></a> + <a href="/g/carrots" class="p-category">carrots<span class="tag-weight">(1)</span></a> + <a href="/g/tpbo" class="p-category">tpbo<span class="tag-weight">(2)</span></a> </aside> <aside class="post-meta" title="Post 1 of 2 metadata"> <Glyph uuid="3cd8c84e18144a2da71f6bace9392abc" /> @@ -38,7 +38,7 @@ <span class="h-card"> By: <a href="/a/time4carrots" class="p-nickname u-url">time4carrots</a>. </span> - <time class="dt-published" datetime="2018-08-15T04:10:00.929Z"> + <time role="presentation" class="dt-published" datetime="2018-08-15T04:10:00.929Z"> <a href="/p/da9910f3febde91948000ce1535ea"> 2018-08-15 04:10:00 </a> |