Sha256: a0de7511c932b120c89148c92974bbac3bd47cacb09fa0b016bc1947353e9a52
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
--- extension: html filter: erb --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Webby :: <%= h(@page.title) %></title> <meta name="author" content="<%= h(@page.author) %>" /> <!--- Blueprint CSS Framework --> <link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print" /> <!-- Coderay --> <link rel="stylesheet" href="/css/coderay.css" type="text/css" media="screen, projection" /> <!-- Homepage CSS --> <link rel="stylesheet" href="/css/site.css" type="text/css" media="screen, projection" /> </head> <body> <div class="container"> <div class="column span-18 prepend-2 append-4 first last" id="header"> <h1>Webby ☯ <%= h(@page.title) %></h1> <hr /> <ul id="navigation" ><li><a href="/index.html">Home</a>·</li ><li><a href="/download.html">Download</a>·</li ><li><a href="/tutorial.html">Tutorial</a>·</li ><li><a href="/manual.html">Manual</a>·</li ><li><a href="/tips_and_tricks.html">Tips & Tricks</a></li ></ul> </div> <div class="column span-18 prepend-2 append-4 first last"> <%= @content %> </div> <div class="column span-18 prepend-2 append-4 first last" id="footer"> <hr /> <p>This website was created with <a href="http://webby.rubyforge.org">Webby</a><br /> Webby is released under the MIT license</p> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webby-0.5.0 | website/layouts/default.rhtml |
webby-0.5.1 | website/layouts/default.rhtml |