Sha256: cbb4f0f47cf5ab903b978fa425d8d4624e02daa3ae7c643fe6b2bd55be9a5490

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>{{ page.title }}</title>
    <meta name="viewport" content="width=device-width">
    {% octopress_css %}
    {% yield head %}
  </head>
  <body class="dang">
    {{ content }}
    {% wrap_yield footer %}<footer>{= yield }</footer>{% endwrap_yield %}
    {% octopress_js %}
    {% yield scripts %}
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
octopress-ink-1.0.0.alpha.14 test/_custom/theme/layouts/default.html