website/template_recipe.rhtml in capitate-0.1.9 vs website/template_recipe.rhtml in capitate-0.2.1

- old
+ new

@@ -3,19 +3,23 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" href="../stylesheets/screen.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> - <%= title %> + <% if title != "Recipes" %> + Capistrano recipes: <%= title %> + <% else %> + Capistrano recipes + <% end %> </title> </head> <body> <div id="main" class="recipes"> - + <h1><%= title %></h1> <%= body %> <p class="coda"> - <a href="FIXME email">Gabriel Handford</a>, <%= modified.pretty %><br> + <a href="mailto:gabrielh@gmail.com">Gabriel Handford</a>, <%= modified.pretty %><br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->