<%= link_to truncate(p.title, length: 60, omission: " …"), p %>
<%= link_to pluralize(p.comments.count, "Comment"), p %>
by <%= link_user p.author %> on <%= p.created_at.strftime("%e. %b %Y") %>
<%= Sanitize.clean(GitHub::Markdown.render_gfm(p.content), Sanitize::Config::RELAXED).html_safe %>