fix #186, html for rss
This commit is contained in:
parent
15a706fdce
commit
8da043af15
2 changed files with 5 additions and 1 deletions
4
Rules
4
Rules
|
@ -88,6 +88,10 @@ compile '/blog/*/*', rep: :text do
|
||||||
filter :strip_html
|
filter :strip_html
|
||||||
end
|
end
|
||||||
|
|
||||||
|
compile '/blog/*/*', rep: :html do
|
||||||
|
filter :kramdown
|
||||||
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
# PROJECTS
|
# PROJECTS
|
||||||
#
|
#
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<%= atom_feed %>
|
<%= atom_feed content_proc: Proc.new {|x| x.reps[:html].compiled_content} %>
|
||||||
|
|
Loading…
Reference in a new issue