From 2646bf3eef2e990f5084f13ec2fd1e88695c3d58 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Thu, 17 Jan 2019 11:28:18 +0100 Subject: [PATCH] Downloads --- _includes/head.html | 5 +++++ downloads/index.html => downloads.html | 8 ++++++++ 2 files changed, 13 insertions(+) rename downloads/index.html => downloads.html (99%) 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 +--- +