diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index 9418436..f6b9bd9 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -9,7 +9,7 @@ withBlogSidebar: true
{% set replyTo = inReplyTo or in_reply_to %}
{% set repostedUrl = repostOf or repost_of %}
- {% if title %}
+ {% if title and not repostedUrl %}
{{ title }}
{% else %}
diff --git a/theme/_includes/layouts/post.njk b/theme/_includes/layouts/post.njk
index 07f93b9..9261778 100644
--- a/theme/_includes/layouts/post.njk
+++ b/theme/_includes/layouts/post.njk
@@ -9,7 +9,7 @@ withBlogSidebar: true
{% set replyTo = inReplyTo or in_reply_to %}
{% set repostedUrl = repostOf or repost_of %}
- {% if title %}
+ {% if title and not repostedUrl %}
{{ title }}
{% else %}