m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/post-template.html.erb
blob: 20b95be22fa9de2673f653b6362c0df1127a89b6 (plain)
1
2
3
4
5
6
<h2 style='display: inline'><%= post['title'] %></h2> (<%= format_date post['date'] %>)
<%= post['content'] %>
<p class='post-footer'>
If you have any questions or comments about this post or site in general, feel
free to <a href="mailto:<%= Email %>">email me</a>.
</p>