2014-12-18 11:22:12 +00:00
<!DOCTYPE html>
< html >
< head >
< %= render '_head' %>
< script type = "text/javascript" >
jQuery(function() {
// Enable light box
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"});
});
< / script >
< / head >
< body < % = % Q ( class = "#{@item[:body_class]}" ) if @ item [ :body_class ] % > >
< %= render '_header' %>
2020-01-30 21:09:05 +00:00
< div class = " archive-banner" > This is an old version of my website with posts from 2003– 2019. For newer posts < a href = "/v2/" > visit the new version< / a > .< / div >
2014-12-18 11:22:12 +00:00
< img src = "<%= @item[:photo] %>" alt = "<%= @item[:photo_alt] %>" class = "cover-photo" / >
< div id = "content" >
2018-08-18 07:49:02 +00:00
< h1 > < a href = "<%= @item.reps[:default].path %>" > < %=h @item[:title] %>< / a > < / h1 >
2014-12-18 11:22:12 +00:00
< %= yield %>
< / div >
< %= render '_footer' %>
< / body >
< / html >