diff --git a/Gruntfile.js b/Gruntfile.js index 90dd65e3ce..640bded47b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function (grunt) { yuicompress: true }, files: { - "css/feathers.min.css": "_less/main.less" + "css/feathers.min.css": "_less/feathers.less" } } }, diff --git a/_layouts/default.html b/_layouts/default.html index 1189165391..91afa7f811 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,62 +4,51 @@ - - - + + + + {{ site.title }}{% if page.title %} - {{ page.title }}{% endif %} + - -