diff --git a/_includes/custom-head.html b/_includes/custom-head.html new file mode 100644 index 0000000..cb20434 --- /dev/null +++ b/_includes/custom-head.html @@ -0,0 +1,6 @@ +{% comment %} + +Any uncommented code in this file will be included just before the end of +the document head. + +{% endcomment %} diff --git a/_layouts/default.html b/_layouts/default.html index dc94f63..0d0d4c1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,6 +10,7 @@ {%- endif %} + {% include custom-head.html %}