<%= link_to resource_path, class: "author__avatar" do %> <%= image_tag avatar %> <% end %>
<%= link_to name, resource_path, class: "author__name" %> <%= icon badge, class: "author__verified" if badge.present? %>
<%= link_to nickname, resource_path, class: "author__nickname" %>
<%= render_authorship if has_authors? %>