<%= link to: Routes.posts_path(@conn, :show, post), class: "u-url" do %> <%= raw post.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 %>Categories: <%= for term <- post.categories do %> <%= link term.name, to: Routes.category_path(@conn, :index_posts, term.slug), class: "p-category" %> <% end %>