<% social_links.each do |social_link| %>
  • <%= link_to social_link.parsed[:url], :class => "icon-link mw-100 text-body-secondary mb-2", :rel => "nofollow me" do %> <%= inline_svg_tag "social_link_icons/#{social_link.parsed[:platform] || 'website'}.svg", :title => social_link.parsed[:platform] || t(".website"), :class => "flex-shrink-0" %> <%= social_link.parsed[:name] %> <% end %>
  • <% end %>