diff options
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index f178927..1cda0b8 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -78,7 +78,7 @@ </a> <a href="{uri}" class="bookmark-title"> - <h1 class="bookmark-title">⇢ {title}</h1>. + <h1 class="bookmark-title"><span class="bookmark-symbol">🔖 </span> {title}</h1>. </a> </div> </header> |