diff --git a/_config.yml b/_config.yml index f56b53b..71d3fd5 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,7 @@ exclude: - LICENSE sass: style: compressed + sourcemap: development compress_html: ignore: envs: ["development"] @@ -29,6 +30,4 @@ defaults: scope: path: "_pages" values: - permalink: "/:title:output_ext" -sass: - sourcemap: development \ No newline at end of file + permalink: "/:title:output_ext" \ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html index 6ddf25c..ac3d06a 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -53,6 +53,24 @@ layout: compress {% endif %}
+ {{ content }} +