Sha256: e0f45e496e9440d155580bd1d739447724aa64411cfdff757eb0a1e604682149
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
<html> <head> <link rel="stylesheet" type="text/css" href="/css/serious.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 %> </div> <div id="footer"> <p> This blog is <a href="http://github.com/colszowka/serious">serious</a>. </p> <p> Fonts used are <a href="http://www.fonts.info/info/en_yanone-kaffeesatz.htm">Yanone Kaffeesatz</a> and <a href="http://friedrichalthausen.de/2006/01/01/vollkorn/">Vollkorn</a>, licensed under <a href="http://creativecommons.org/licenses/by/2.0/">CC 2.0</a>. </p> </div> <%= render_partial :google_analytics if Serious.google_analytics %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
serious-0.2.5 | lib/site/views/layout.erb |
serious-0.2.4 | lib/site/views/layout.erb |
serious-0.2.3 | lib/site/views/layout.erb |