aboutsummaryrefslogtreecommitdiff
path: root/src/components/post/post.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/post/post.svelte')
-rw-r--r--src/components/post/post.svelte8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte
index 5d8ef1c..fd9e580 100644
--- a/src/components/post/post.svelte
+++ b/src/components/post/post.svelte
@@ -23,11 +23,9 @@
{timestampToISO(post.created_at)}
</a>
</time>
- {#if post.topic}
- <span class="h-card">
- ({$_('post.topic_location')} <a href="/t/{post.topic.id}">{post.topic.title}</a>.)
- </span>
- {/if}
+ <span>
+ ({$_('post.topic_location')} <a href="/t/{post.topic.id}">{post.topic.title}</a>.)
+ </span>
</aside>
<article
class="e-content"