Add pinboard syndication icon

This commit is contained in:
2023-02-01 21:31:57 +11:00
parent 9309c2c104
commit 59a59379cf
4 changed files with 30 additions and 0 deletions

View File

@@ -15,3 +15,9 @@ div class="mb-2 max-w-prose mx-auto text-gray-800 dark:text-gray-200 flex"
span class="text-right flex-1"
== render :tags, tags: bookmark.tags
div class="mb-2 max-w-prose mx-auto text-gray-600 dark:text-gray-200 flex"
- if bookmark.syndicated?
span Also on:  
- bookmark.syndicated_to.each do |loc|
a href=loc[:url]
== render loc[:location]