<span class="post-link">
<%= link_to item.title, item.url, target: "_blank" %>
<abbr title="external link">↗︎</abbr> <br><span class="comment-separator">↳</span> <span class="bookmark-comment"><%= item.content %></span>
+ <% if item.summary? %>
+ <blockquote class="excerpt">
+ <span class="ai-summary">AI Summary</span><span class="ai-summary-block"><%= item.summary %>
+ </blockquote>
+ <% end %>
</span>
<span class="dash">—</span>
<span class="meta">added <%= item.created_at.strftime('%l:%M%P on %d/%m/%y') if item.created_at.present? %> <span class="lowlight"><%= link_to "❧", "/#{item.updated_at.year}/#{item.slug}", title: "permalink" %></a></span>