From 938e6c772201f23357a4196ccd9fc5ce91aa1d83 Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Wed, 24 Feb 2010 14:44:57 -0800 Subject: [PATCH] Fixing bad disqus config. --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 0956d28..722d0a7 100644 --- a/config.ru +++ b/config.ru @@ -11,7 +11,7 @@ end toto = Toto::Server.new do set :title, "Nick's Blog" set :author, 'Nick Gerakines' - set :disqus, 'socklabs' + set :disqus, 'socklabs-blog' set :date, lambda {|now| now.strftime("%B #{now.day.ordinal} %Y") } end