Sha256: 5b4dc2a85b79bb7f5c030799e5a27339edb24de8a63d734a3fd51f8abb500151
Contents?: true
Size: 830 Bytes
Versions: 2
Compression:
Stored size: 830 Bytes
Contents
<html> <head> <link rel="stylesheet" type="text/css" href="/css/serious.css"> <link rel="stylesheet" type="text/css" href="/css/application.css"> <link rel="stylesheet" type="text/css" href="/css/coderay.css"> <link rel="alternate" type="application/atom+xml" title="<%= Serious.title %>" href="<%= Serious.feed_url %>" /> <title><%= @article ? @article.title + " - " : "" %><%= Serious.title %></title> </head> <body> <div id="header"> <h1><a href="/"><%= Serious.title %></a></h1> </div> <div id="container"> <%= yield.force_utf8 %> </div> <div id="footer"> <p> This blog is <a href="http://github.com/colszowka/serious">serious</a>. </p> </div> <%= render_partial :google_analytics if Serious.google_analytics %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serious-0.3.2 | lib/site/views/layout.erb |
serious-0.3.1 | lib/site/views/layout.erb |