diff --git a/_includes/head.html b/_includes/head.html index 787476479a..cf0dfb58a5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -22,6 +22,11 @@ + {% if page.js %} + {% for js in page.js %} + \ No newline at end of file diff --git a/downloads/index.html b/downloads.html similarity index 99% rename from downloads/index.html rename to downloads.html index 2b68272561..d84f43d78f 100644 --- a/downloads/index.html +++ b/downloads.html @@ -1,3 +1,11 @@ +--- +layout: default +css: +- ../static/styles/custom/downloads.css +js: +- ../static/scripts/filesize.min.js +--- +