test/_custom/theme/layouts/default.html in octopress-ink-1.0.0.alpha.13 vs test/_custom/theme/layouts/default.html in octopress-ink-1.0.0.alpha.14

- old
+ new

@@ -3,15 +3,15 @@ <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 %} + {% octopress_css %} {% yield head %} </head> <body class="dang"> {{ content }} {% wrap_yield footer %}<footer>{= yield }</footer>{% endwrap_yield %} - {% theme_js %} + {% octopress_js %} {% yield scripts %} </body> </html>