commit c3d12ac842b1153312f96dac417e864344cf50cf
parent 5f09923dc28b8ce22456f0521340664b25f6dcd9
Author: Jonathan Lassoff <jof@thejof.com>
Date: Mon, 29 Apr 2013 00:05:57 -0700
Add screenshots to front page. #2
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/index.md b/index.md
@@ -1,5 +1,8 @@
---
layout: narrow_page
+screenshots:
+ - /images/old_screenshot_1.png
+ - /images/old_screenshot_3.png
---
## # [sup](https://github.com/sup-heliotrope/sup/)
@@ -10,6 +13,12 @@ Threads can have multiple tags applied to them.
It supports a very fast full-text search, automatic contact-list management, custom code insertion via a Ruby hook system, and more.
If you're the type of person who treats email as an extension of your long-term memory, Sup is for you.
+{% for shot in page.screenshots %}
+<a href="{{shot}}">
+ <img src="{{shot}}"/>
+</a>
+{% endfor %}
+
## # Features
* Handle massive amounts of email.
* Fast, local full-text index of messages.