From 36a7cda02ce98b98772b9dd736722f73a8a90e95 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 6 Jan 2017 01:21:44 +0100 Subject: [wip] download pages. --- website2/templates/all-versions.html | 144 +++++++++++++++++++++++++++++++++++ website2/templates/download.html | 10 +-- 2 files changed, 149 insertions(+), 5 deletions(-) create mode 100644 website2/templates/all-versions.html (limited to 'website2') diff --git a/website2/templates/all-versions.html b/website2/templates/all-versions.html new file mode 100644 index 00000000..d3acd648 --- /dev/null +++ b/website2/templates/all-versions.html @@ -0,0 +1,144 @@ +<#import "/_scaffold.html" as main> +<@main.scaffold> + + diff --git a/website2/templates/download.html b/website2/templates/download.html index 0205cba0..af992c39 100644 --- a/website2/templates/download.html +++ b/website2/templates/download.html @@ -46,7 +46,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -66,13 +66,13 @@ - + - + @@ -94,7 +94,7 @@ - + -- cgit