summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-26 18:41:39 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-26 19:25:30 +0200
commit8040689b6a96f38c03b703386466128f4df5b762 (patch)
treeab038cc73a80c3b1e4c846e24ebde0805f87af73 /src/main/resources/templates
parent369e698b0761a0c0abb460e92d680ae441374422 (diff)
KB54 Use bookmark Emoji for bookmarks, give title font normal weight.
Change-Id: Id069e3392ee136b7d7b4291b35ad871a88b08732
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/benki/posts/postList.html2
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">⇢&nbsp;{title}</h1>.
+ <h1 class="bookmark-title"><span class="bookmark-symbol">🔖 </span> {title}</h1>.
</a>
</div>
</header>