summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-09 18:29:56 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-02-09 18:29:56 +0100
commit424e16e8d27f8e7459089554f5036a07d7ea252e (patch)
treee145b4f178cee555af15e8beb9178b72a289bd3b /src/main/resources/templates
parent51abccb96af42153c1e01a0914d27a6f93638ed5 (diff)
Book Marx: Properly format bookmarks.
Change-Id: Idd6f2c4622d4b1a16c74b2d3af02e637625732fc
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/benki/bookmarks/bookmarkList.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/benki/bookmarks/bookmarkList.html b/src/main/resources/templates/benki/bookmarks/bookmarkList.html
index 4ad97fd..0d392c8 100644
--- a/src/main/resources/templates/benki/bookmarks/bookmarkList.html
+++ b/src/main/resources/templates/benki/bookmarks/bookmarkList.html
@@ -15,14 +15,14 @@
<article class="bookmark">
<header>
<a href="{uri}"><h1 class="bookmark-title">{title}</h1></a>
- <div>
+ <div class="bookmark-info">
<time datetime="{date.htmlDateTime}">{date.humanDateTime}</time>
<span class="bookmark-owner">{owner.firstName} {owner.lastName}</span>
</div>
</header>
<section class="bookmark-description">
- {description}
+ {descriptionHtml.raw}
</section>
</article>
{/with}