Sha256: e80c0ed253fa66e4398a2831bbc3c15f2435264a28b8628a92cfa9ae1eb56718
Contents?: true
Size: 627 Bytes
Versions: 5
Compression:
Stored size: 627 Bytes
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 Test Layout" href="/atom.xml" /> <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"> This blog is <a href="http://github.com/colszowka/serious">serious</a> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems