From f61f7697efd39d7679235293835eaf1c39fdc014 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:51:05 +0100 Subject: [PATCH] Hide repost title heading in post layout --- _includes/layouts/post.njk | 2 +- theme/_includes/layouts/post.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}