From 2fba06e14c1016d575e23bb93f9dce7f1ecba8f3 Mon Sep 17 00:00:00 2001 From: macournoyer Date: Wed, 21 May 2008 15:27:12 -0400 Subject: [PATCH] Add socialspark to users page --- site/thin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site/thin.rb b/site/thin.rb index 37c07705..b2ff182b 100644 --- a/site/thin.rb +++ b/site/thin.rb @@ -213,6 +213,7 @@ def users_page li { a "Sproglogs", :href => 'http://sproglogs.com/' } li { a "Look to the Stars", :href => 'http://www.looktothestars.org/' } li { a "kluster", :href => 'http://kluster.com'} + li { a "SocialSpark", :href => 'http://socialspark.com'} end p { "If you'd like to have your site listed here, #{a 'drop me an email', :href => 'mailto:macournoyer@gmail.com'}" }