Sha256: 9ecf612772dd51a61db8ca30c43f4ae7fcb72d195fd0bad8707b8f4f920af58f
Contents?: true
Size: 1.55 KB
Versions: 1
Compression:
Stored size: 1.55 KB
Contents
<!doctype html> <html> <head> <link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'> <meta charset="utf-8"> <!-- Always force latest IE rendering engine or request Chrome Frame --> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta name="viewport" content="width=device-width,initial-scale=1"> <!-- Use title if it's in the page YAML frontmatter --> <title><%= current_page.data.title || "The Middleman" %></title> <link rel="shortcut icon" href="favicon.ico" /> <%= stylesheet_link_tag "all" %> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type='text/javascript' src='javascripts/jquery.erToc.js'></script> </head> <body class="<%= page_classes %>"> <section class="container"> <section class="inner-content"> <%= yield %> <footer class="refills-footer"> <img src="https://raw.github.com/Magnus-G/Random/master/ralph-gray.png" alt=""> Refills is maintained and funded by <a href="http://thoughtbot.com">thoughtbot</a>. <br>Refills is Copyright © 2014 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file. </footer> </section> </section> </body> <%= javascript_include_tag "all" %> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.0.2 | source/layouts/layout.erb |