2010-02-05 02:53:29 +00:00
< % post_date = WezM::Helpers.parse_post_date(@item) %>
2012-10-29 09:49:15 +00:00
< % short = @item[:short_url] %>
2010-02-05 02:53:29 +00:00
< div class = "published" >
Published on
< abbr class = "calender date" title = "<%= post_date.iso8601 %>" >
< span class = "weekday" > < %= post_date.strftime('%a') %>< / span > ,
< span class = "day" > < %= post_date.day %>< / span >
< span class = "month" > < %= post_date.strftime('%B') %>< / span >
< span class = "year" > < %= post_date.year %>< / span >
< / abbr >
< / div >
2010-02-04 02:38:35 +00:00
< %= yield %>
2010-03-15 06:24:19 +00:00
< div id = "respond" >
2015-08-28 09:18:55 +00:00
< h2 >
2018-01-22 11:58:47 +00:00
< img src = "/images/comment.svg" width = "32" height = "32" alt = "Comment icon" class = "comment align-top" / >
Stay in touch!
2015-08-28 09:18:55 +00:00
< / h2 >
2018-01-22 11:58:47 +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 > .
< / p >
2010-04-01 07:31:24 +00:00
2018-01-22 11:58:47 +00:00
< div class = "text-right" >
2018-01-22 12:08:14 +00:00
< span class = "short" > Short URL: < a href = "<%= short %>" > < %= short %>< / a > < / span >
2018-01-22 11:58:47 +00:00
< / div >
2010-02-04 02:38:35 +00:00
< / div >