<%= link to: Routes.posts_path(@conn, :show, post), class: "u-url" do %> <%= raw post.title %> <% end %>
<%= post_topmatter(@conn, post) %><%= link "Keep Reading", to: Routes.posts_path(@conn, :show, post) %>
<% end %> <%= render "pagination.html", conn: @conn, post: post %>