Sha256: f5a4adecad13658e2fbbc37bdb85fbd0179a45fd2a8964c241a59491e0175a2a

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 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">
    {% theme_css %}
    {% yield head %}
  </head>
  <body>
    {{ content }}
    <footer>{% yield footer %}</footer>
    {% yield scripts %}
    {% theme_js %}
    {% yield scripts %}
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
octopress-ink-1.0.0.alpha.13 test/_plugins/theme/layouts/default.html
octopress-ink-1.0.0.alpha.12 test/_plugins/theme/layouts/default.html