m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/post-template.html.erb
blob: 70a0cff996b52707bbf9cfdaf93ed09485663240 (plain)
1
2
3
4
5
6
7
8
<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>