82d0251d |
!!! 1.1 Transitional
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
%head
%title= page.title
- if page.respond_to? :description
%meta{:name=>"description", :content=>page.description}/
- if page.respond_to? :keywords
%meta{:name=>"keywords", :content=>page.keywords}/ |
a72b9614 |
%link(href="/stylesheets/screen.css" rel="stylesheet" media="screen projection" type="text/css")
%link(href="/blog/atom.xml" rel="alternate" title="Brandon Mathis - Design Enthusiast" type="application/atom+xml") |
82d0251d |
%body
#header
.page_width |
d8d51719 |
%a.title(href="/")My Blog |
82d0251d |
%ul#header_nav.nav
%li.alpha
%a(href="/") Home
#page
.page_width |
d8d51719 |
%h2= rp(page.title) |
82d0251d |
= content |
d8d51719 |
%p.pubdate
Published:
=page.date.strftime("%d %b, %Y") |
82d0251d |
#footer
.page_width Footer |