Skip to content

Commit

Permalink
Fixing bad disqus config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngerakines committed Feb 24, 2010
1 parent ad4dcf7 commit 938e6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -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

Expand Down

0 comments on commit 938e6c7

Please sign in to comment.