1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Don't remove tags from summaries

This commit is contained in:
Holger Just 2017-02-19 15:12:31 +01:00
parent 731ef32e3c
commit 10f0fee01e

View File

@ -36,7 +36,7 @@ module MiddlemanCasperHelpers
def summary(article) def summary(article)
summary_length = article.blog_options[:summary_length] summary_length = article.blog_options[:summary_length]
strip_tags(article.summary(summary_length, '')) article.summary(summary_length, '')
end end
def read_next_summary(article, words) def read_next_summary(article, words)