From 449afba6c208774c1d41a34671e2b4a69c857431 Mon Sep 17 00:00:00 2001
From: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
Date: Tue, 29 Aug 2023 20:35:51 +0200
Subject: Remove dots after question mark titles.

Fixes: #18
Change-Id: I2915d246e2b614da69c2761864a3e5bd5300db14
---
 src/main/resources/templates/PostResource/postList.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/main/resources/templates/PostResource/postList.html')

diff --git a/src/main/resources/templates/PostResource/postList.html b/src/main/resources/templates/PostResource/postList.html
index 89267a2..935b813 100644
--- a/src/main/resources/templates/PostResource/postList.html
+++ b/src/main/resources/templates/PostResource/postList.html
@@ -86,7 +86,7 @@
                 {/if}
 
                 <a href="{post.uri}" class="bookmark-title">
-                  <h2 class="bookmark-title"><span class="bookmark-symbol">🔖 </span> {post.title}</h2>.
+                  <h2 class="bookmark-title"><span class="bookmark-symbol">🔖 </span> {post.titleWithSentenceEnder}</h2>
                 </a>
               </div>
             </header>
-- 
cgit v1.2.3