diff --git a/_config.yml b/_config.yml index 9d3e301..fab4f8b 100644 --- a/_config.yml +++ b/_config.yml @@ -117,9 +117,13 @@ permalink: /:categories/:title/ compress_html: clippings: all + comments: all ignore: envs: development +sass: + style: compressed + head_scripts: - /assets/js/theme.js diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..175331e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,37 @@ +--- +layout: compress +--- + + +{% include copyright.html %} + + + {% include head.html %} + {% include head/custom.html %} + + + + {% include_cached skip-links.html %} + {% include_cached masthead.html %} + +
+ {{ content }} + {% include after-content.html %} +
+ + {% if site.search == true %} +
+ {% include_cached search/search_form.html %} +
+ {% endif %} + + + + {% include scripts.html %} + + \ No newline at end of file