Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix copyright field rendering HTML in RSS feed (#1479)
The copyright is rendered in footer as `{{ site.Copyright | markdownify }}` which assumes it to be Markdown text, but RSS feed template doesn't ready for Markdown now.
- Loading branch information