diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html index 03973608f53e0fa1a06e6304dff68e794cf135b0..3d2c300b84a8d3ddf12dc5fa252866a48d7ed175 100644 --- a/_includes/download-snapshot.html +++ b/_includes/download-snapshot.html @@ -22,7 +22,7 @@ {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-exe" | sort: 'modified_time') | reverse %} {% for snapshot in snapshot_files %} {% if snapshot.extname == ".exe" %} -
+
 {{ snapshot.modified_time | date: "%Y %b %d %R" }}
@@ -35,7 +35,7 @@ {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-zip" | sort: 'modified_time') | reverse %} {% for snapshot in snapshot_files %} {% if snapshot.extname == ".zip" %} -
+
 {{ snapshot.modified_time | date: "%Y %b %d %R" }}
@@ -57,7 +57,7 @@ {% assign snapshot_files = (site.static_files | where: "snapshot", "macosx" | sort: 'modified_time') | reverse %} {% for snapshot in snapshot_files %} {% if snapshot.extname == ".zip" %} -
+
 {{ snapshot.modified_time | date: "%Y %b %d %R" }}
@@ -83,7 +83,7 @@ {% assign snapshot_files = (site.static_files | where: "snapshot", "source" | sort: 'modified_time') | reverse %} {% for snapshot in snapshot_files %} {% if snapshot.extname == ".xz" %} -
+
 {{ snapshot.modified_time | date: "%Y %b %d %R" }}