Sha256: 8d2e95f6eb4018fe9d145f3d0eec86e70e7caef415b10b601a13315a6186360b

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

<!DOCTYPE HTML>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>A Brand New nanoc Site - <%= @item[:title] %></title>
    <link rel="stylesheet" href="/style.css">

    <!-- you don't need to keep this, but it's cool for stats! -->
    <meta name="generator" content="nanoc <%= Nanoc::VERSION %>">
    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
  </head>
  <body>
    <div id="main">
      <%= yield %>
    </div>
    <div id="sidebar">
      <h2>Documentation</h2>
      <ul>
        <li><a href="http://nanoc.ws/docs/">Documentation</a></li>
        <li><a href="http://nanoc.ws/docs/tutorial/">Getting Started</a></li>
      </ul>
      <h2>Community</h2>
      <ul>
        <li><a href="http://groups.google.com/group/nanoc/">Discussion Group</a></li>
        <li><a href="irc://chat.freenode.net/#nanoc">IRC Channel</a></li>
        <li><a href="http://github.com/nanoc/nanoc/wiki/">Wiki</a></li>
      </ul>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lazy_high_charts-1.6.1 spec/dummy_nanoc/layouts/default.html
lazy_high_charts-1.5.8 spec/dummy_nanoc/layouts/default.html
lazy_high_charts-1.5.6 spec/dummy_nanoc/layouts/default.html
lazy_high_charts-1.5.5 spec/dummy_nanoc/layouts/default.html
lazy_high_charts-1.5.4 spec/dummy_nanoc/layouts/default.html
lazy_high_charts-1.5.2 spec/dummy_nanoc/layouts/default.html