Post Archive

<%= for post <- @posts do %>

<%= post.date %>

<.link href={~p"/blog/#{post.slug}"}><%= post.title %>

<%= raw post.lede %>

<% end %>