zeus.ugent.be/lib/filters/strip_filter.rb

4 lines
82 B
Ruby
Raw Normal View History

2016-08-23 20:21:02 +02:00
Nanoc::Filter.define(:strip_html) do |content, _params|
strip_html(content)
2016-07-20 17:52:56 +02:00
end