fix #186, html for rss

This commit is contained in:
Lorin Werthen 2017-10-11 18:26:02 +02:00
parent 15a706fdce
commit 8da043af15
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 5 additions and 1 deletions

4
Rules
View file

@ -88,6 +88,10 @@ compile '/blog/*/*', rep: :text do
filter :strip_html
end
compile '/blog/*/*', rep: :html do
filter :kramdown
end
#
# PROJECTS
#

View file

@ -1 +1 @@
<%= atom_feed %>
<%= atom_feed content_proc: Proc.new {|x| x.reps[:html].compiled_content} %>