summaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index 93d7cc5..bf12a20 100644
--- a/config.rb
+++ b/config.rb
@@ -16,7 +16,7 @@ activate :blog do |blog|
# blog.summary_separator = /(READMORE)/
# blog.summary_length = 250
- blog.summary_generator = Proc.new {|article, rendered, length, ellipsis| Nokogiri::HTML(rendered).at_xpath("//p[1]").to_s + link_to(ellipsis, article) }
+ # blog.summary_generator = Proc.new {|article, rendered, length, ellipsis| Nokogiri::HTML(rendered).at_xpath("//p[1]").to_s + link_to(ellipsis, article) }
# blog.year_link = "{year}.html"
# blog.month_link = "{year}/{month}.html"