From c555184747cf541bc7df97b3be66e7536e0bee65 Mon Sep 17 00:00:00 2001 From: Nisha Date: Sun, 20 Jan 2013 12:16:12 +0530 Subject: [PATCH] added disqus shortname --- _config.yml | 4 ++-- config.ru | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 8e2148a..14f530f 100644 --- a/_config.yml +++ b/_config.yml @@ -89,8 +89,8 @@ delicious_user: delicious_count: 3 # Disqus Comments -disqus_short_name: -disqus_show_comment_count: false +disqus_short_name: wonablog +disqus_show_comment_count: true # Google Analytics google_analytics_tracking_id: UA-35663579-1 diff --git a/config.ru b/config.ru index b1b746b..5a7e5e1 100644 --- a/config.ru +++ b/config.ru @@ -22,4 +22,4 @@ class SinatraStaticServer < Sinatra::Base end -run SinatraStaticServer \ No newline at end of file +run SinatraStaticServer