Sha256: 2f28a8dd27a1f58e6883b0da596896080319e3e39cde402ba6e9d770a709a58c

Contents?: true

Size: 1.76 KB

Versions: 9

Compression:

Stored size: 1.76 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-type" content="text/html;charset=utf-8">
  <link rel="stylesheet" type="text/css" href="{{base_url}}/css/gollum.css" media="all">
  <link rel="stylesheet" type="text/css" href="{{base_url}}/css/editor.css" media="all">
  <link rel="stylesheet" type="text/css" href="{{base_url}}/css/dialog.css" media="all">
  <link rel="stylesheet" type="text/css" href="{{base_url}}/css/template.css" media="all">

  <!--[if IE 7]>
  <link rel="stylesheet" type="text/css" href="{{base_url}}/css/ie7.css" media="all">
  <![endif]-->

  <script>var baseUrl = '{{base_url}}'</script>
  <script type="text/javascript" src="{{base_url}}/javascript/jquery-1.7.2.min.js"></script>
  <script type="text/javascript" src="{{base_url}}/javascript/mousetrap.min.js"></script>
  <script type="text/javascript" src="{{base_url}}/javascript/gollum.js"></script>
  <script type="text/javascript" src="{{base_url}}/javascript/gollum.dialog.js"></script>
  <script type="text/javascript" src="{{base_url}}/javascript/gollum.placeholder.js"></script>
  <script type="text/javascript" src="{{base_url}}/javascript/editor/gollum.editor.js"></script>
  {{#mathjax}}
  <script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    tex2jax: {
      inlineMath:  [ ['$','$'],   ['\\(','\\)']],
      displayMath: [ ['$$','$$'], ['\[','\]'] ],
      processEscapes: true
    },
    TeX: { extensions: ["autoload-all.js"] }});
  </script>
  <script>(function(d,j){
  j = d.createElement('script');
  j.src = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
  (d.head || d.getElementsByTagName('head')[0]).appendChild(j);
  }(document));
  </script>{{/mathjax}}

  <title>{{title}}</title>
</head>
<body>

{{{yield}}}

</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
gollum-2.3.9 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.8 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.7 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.6 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.5 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.4 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.3 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.2 lib/gollum/frontend/templates/layout.mustache
gollum-2.3.1 lib/gollum/frontend/templates/layout.mustache