!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", 'xml:lang' => "en" }
%head
%title BoBlog
%meta{ 'http-equiv' => 'Content-Type', :content => 'text/html; charset=utf-8' }/
= stylesheet_link_tag 'main'
%body
#header
%h1 BoBlog
%h2 Bob's Blog
#content
- @entries.each do |entry|
.entry
%h3.title= entry.title
%p.date= entry.posted.strftime("%A, %B %d, %Y")
%p.body= entry.body
#footer
%p
All content copyright
This site contains the musings of Joel Moss, and is powered by Codaset pages; a simple, yet powerful way to host your static site. Just commit and push your site to your free Git repository at Codaset, and that's it!
Related Articles...
- Quick and easy emailing in Ruby with Pony
- Concerned with Rails
- Codaset Opens up its Beta to Everyone.
- Railings: A full featured Ruby on Rails template
- CSS Pick and Mix Classes
- A sexy, ajax based jQuery dialog window, with a one track mind.
- Codaset is alive!
- 10 Reasons why Ruby is better than PHP - Reason #5
- 10 Reasons why Ruby is better than PHP - Reason #4
- 10 Reasons why Ruby is better than PHP - Reason #3
