diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-08-29 20:35:51 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-08-29 20:35:51 +0200 |
commit | 449afba6c208774c1d41a34671e2b4a69c857431 (patch) | |
tree | e89a3c3aea981543787d2e829815d2cca0670fee /src/main/resources/templates | |
parent | 66d49a3f76728945a0b8221bbcc6c54612967b9c (diff) |
Remove dots after question mark titles.
Fixes: #18
Change-Id: I2915d246e2b614da69c2761864a3e5bd5300db14
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/PostResource/postList.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |