Sha256: 96f04a84c400c63294de07109b4a67790bb3c1642b3b58e90618ff67d22b5c31
Contents?: true
Size: 1.87 KB
Versions: 2
Compression:
Stored size: 1.87 KB
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=utf-8"> <meta name="MobileOptimized" content="width"> <meta name="HandheldFriendly" content="true"> <meta name="viewport" content="width=device-width"> {{#stylesheet_tag_mustache}}app media: :all{{/stylesheet_tag_mustache}} {{#stylesheet_tag_mustache}}print media: :print{{/stylesheet_tag_mustache}} {{#css}}<link rel="stylesheet" type="text/css" href="{{custom_path}}/custom.css" media="all">{{/css}} {{#noindex}}<meta name="robots" content="noindex, nofollow" />{{/noindex}} <!--[if lte IE 8]> {{#stylesheet_tag_mustache}}ie7 media: :all{{/stylesheet_tag_mustache}} <![endif]--> <script> var baseUrl = '{{base_url}}'; var uploadDest = '{{upload_dest}}'; {{#page}} var pageFullPath = '{{url_path}}'; {{/page}} </script> {{#javascript_tag_mustache}}app{{/javascript_tag_mustache}} {{#use_identicon}} {{#javascript_tag_mustache}}identicon_canvas{{/javascript_tag_mustache}} {{/use_identicon}} {{#mathjax}} {{^mathjax_config}} <script type="text/javascript"> window.MathJax = { tex2jax: { inlineMath: [ ['$','$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[','\\]'] ], processEscapes: true }, TeX: { extensions: ["autoload-all.js"] } }; </script> {{/mathjax_config}} {{#mathjax_config}} <script type="text/javascript" src="{{base_url}}/{{mathjax_config}}"></script> {{/mathjax_config}} <script>(function(d,j){ j = d.createElement('script'); j.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'; (d.head || d.getElementsByTagName('head')[0]).appendChild(j); }(document)); </script>{{/mathjax}} {{#js}}<script type="text/javascript" src="{{custom_path}}/custom.js"></script>{{/js}} <title>{{title}}</title> </head> <body> {{{yield}}} </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inc_gollum-5.0.1b.pre.rc2 | lib/gollum/templates/layout.mustache |
inc_gollum-5.0.1b.pre.rc1 | lib/gollum/templates/layout.mustache |