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:
parent
731ef32e3c
commit
10f0fee01e
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user