Sha256: 88f7aab562309c1faa7ab1660d82f0008ed548034567e6f621a860fe05c49c79

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 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>
    {{ content }}
    <footer>{% yield footer %}</footer>
    {% yield scripts %}
    {% 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/_plugins/theme/layouts/default.html