Sha256: 6b8a90d2543b9261139279317cf69f797edaa6f5be51750f10b7520a95bd048c
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 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 class="dang"> {{ content }} {% wrap_yield footer %}<footer>{= yield }</footer>{% endwrap_yield %} {% 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/_custom/theme/layouts/default.html |
octopress-ink-1.0.0.alpha.12 | test/_custom/theme/layouts/default.html |