summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/PostResource/postList.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/PostResource/postList.html')
-rw-r--r--src/main/resources/templates/PostResource/postList.html2
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>