diff options
Diffstat (limited to 'config.rb')
-rw-r--r-- | config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |