diff options
-rw-r--r-- | src/mulk/benki/book_marx.clj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mulk/benki/book_marx.clj b/src/mulk/benki/book_marx.clj index 91dcc8f..6c01bcc 100644 --- a/src/mulk/benki/book_marx.clj +++ b/src/mulk/benki/book_marx.clj @@ -60,8 +60,9 @@ [:h2 {:class "bookmark-title"} [:a {:href (escape-html (:uri mark))} (escape-html (:title mark))]] - [:p {:class "bookmark-date"} - (escape-html (:date mark))] + [:p {:class "bookmark-date-and-owner"} + [:span {:class "bookmark-date"} (escape-html (:date mark))] + [:span {:class "bookmark-owner"} " by " (escape-html (:first_name mark))]] [:p {:class "bookmark-description"} (htmlize-description (:description mark))]])]])))) |