2010-02-05 02:53:29 +00:00
< % post_date = WezM::Helpers.parse_post_date(@item) %>
2018-08-18 23:18:26 +00:00
< article >
< header >
< h1 > < a href = "<%= @item.reps[:default].path %>" > < %=h @item[:title] %>< / a > < / h1 >
< div class = "published" >
Published on
< time datetime = "<%= post_date.iso8601 %>" > < %= post_date.strftime('%a, %d %B %Y') %>< / time >
< / div >
< / header >
< %= yield %>
< div id = "respond" >
< h2 >
< img src = "/images/comment.svg" width = "32" height = "32" alt = "Comment icon" class = "comment align-top" / >
Stay in touch!
< / h2 >
2018-08-19 04:39:28 +00:00
< p > Follow me on < a href = "https://twitter.com/wezm" > Twitter< / a > or < a href = "https://mastodon.social/@wezm" > Mastodon< / a > , < a href = "/feed/" > subscribe to the feed< / a > , or < a href = "mailto:wes@wezm.net" > send me an email< / a > .
2018-08-18 23:18:26 +00:00
< / p >
2018-01-22 11:58:47 +00:00
< / div >
2018-08-18 23:18:26 +00:00
< / article >