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

- old
+ new

@@ -3,16 +3,16 @@ <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> {{ content }} <footer>{% yield footer %}</footer> {% yield scripts %} - {% theme_js %} + {% octopress_js %} {% yield scripts %} </body> </html>