From b15307ad95dc58974d4f18e848bcfbb8fa329779 Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Sat, 31 May 2014 14:05:44 +0200 Subject: Add scripts.yaml and the scripts table --- index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index d86738e..06b1bbd 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,29 @@ layout: default
+ + + + + + + + + + + + + {% for script in site.data.scripts %} + + + + + + + + {% endfor %} + +
FilenameNameVersionDescriptionAuthor
{{ script.filename }}{{ script.name }}{{ script.version }}{{ script.description }}{{ script.author }}
-- cgit v1.2.3