Show Post

This commit is contained in:
Ryan Pandya 2022-09-05 02:07:07 -07:00
parent 0dbd4c4b8d
commit 9c2d5861c5

View File

@ -0,0 +1,8 @@
<section class="row">
<article class="column">
<h2><%= @post.date |> Calendar.strftime("%A, %b %d, %Y") %></h2>
</article>
</section>
<section class="row">
<%= content(@post.filename) %>
</section>