summaryrefslogtreecommitdiffstats
path: root/downloads/index.md
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-22 23:15:04 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-22 23:15:04 +0200
commitea662fa97b848213e90d36b77a6f3940bafe57cd (patch)
treea51347e9c8c2fc31f765c4c48b10eedfe909f551 /downloads/index.md
parent303094b21661dcf61e39521872cd7a619ed148e0 (diff)
downloadmksite-alpine-ea662fa97b848213e90d36b77a6f3940bafe57cd.tar.bz2
mksite-alpine-ea662fa97b848213e90d36b77a6f3940bafe57cd.tar.xz
downloads: initial content
Just for demo
Diffstat (limited to 'downloads/index.md')
-rw-r--r--downloads/index.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 9998482..fc4ded8 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -1,7 +1,28 @@
---
title: Downloads
---
+
Downloads
=========
-
+<table>
+<tr>
+ <th>flavor</th>
+ <th>arch</th>
+ <th>iso</th>
+ <th>date</th>
+ <th>size</th>
+ <th>checksum</th>
+</tr>
+{{#latest-releases}}
+<tr>
+ <td>{{flavor}}</td>
+ <td>{{arch}}</td>
+ <td>{{iso}}</td>
+ <td>{{date}}</td>
+ <td>{{size}}</td>
+ <td><a href="{{iso}}.sha1" title="{{sha1}}">sha1</a>
+ | <a href="{{iso}}.sha256" title="{{sha256}}">sha256</a></td>
+</tr>
+{{/latest-releases}}
+</table>