Sha256: 9a692b1a8a2a06b443e0c4920c1a2dbafe4bd1b4ecb5b08e0e72ed6bf7614cd7

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 KB

Contents

<!DOCTYPE html>

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>{{title}}</title>
    <link rel="stylesheet" href="/css/screen.css" type="text/css" charset="utf-8" />
    <link rel="stylesheet" href="/css/gollum.css" type="text/css" charset="utf-8" />
    <link rel="stylesheet" href="/css/syntax.css" type="text/css" charset="utf-8" />
    <link rel="stylesheet" href="/css/editbar.css" type="text/css" charset="utf-8" />
    <script src="/javascript/jquery-1.4.2.min.js" type="text/javascript"></script>
    <script src="/javascript/jquery.text_selection-1.0.0.min.js" type="text/javascript"></script>
    <script src="/javascript/jquery.previewable_comment_form.js" type="text/javascript"></script>
    <script src="/javascript/jquery.tabs.js" type="text/javascript"></script>
    <script src="/javascript/gollum.js" type="text/javascript"></script>
    <script src="/javascript/MathJax/MathJax.js" type="text/javascript">
      MathJax.OutputJax.fontDir = "http://github-assets.s3.amazonaws.com/javascripts/MathJax/fonts"
      MathJax.Hub.Config({
        jax: ["input/TeX", "output/HTML-CSS"]
      })
    </script>
  </head>

  <body>
    <div id="main">
      <div class="site">
        <div id="guides">
          {{{yield}}}
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gollum-1.1.1 lib/gollum/frontend/templates/layout.mustache
gollum-1.1.0 lib/gollum/frontend/templates/layout.mustache
tecnh-gollum-1.0.2.auth2 lib/gollum/frontend/templates/layout.mustache
tecnh-gollum-1.0.2.auth lib/gollum/frontend/templates/layout.mustache
gollum-1.0.1 lib/gollum/frontend/templates/layout.mustache
gollum-1.0.0 lib/gollum/frontend/templates/layout.mustache