From 5e8cfaa2e653e7f56e063c4acb958f1de34a4d7c Mon Sep 17 00:00:00 2001 From: Matthias Mair <code@mjmair.com> Date: Fri, 22 Apr 2022 22:14:57 +0200 Subject: [PATCH] keep quote nice --- _layouts/publisher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 8de8b063..634554ea 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -22,7 +22,7 @@ notitle: true </div> <blockquote class="blockquote"> - <p class="mb-0">{{ content }}</p> + {{ content }} </blockquote> {% assign filtered_posts = site.posts | where: 'publisher', page.short_name %}