Skip to content

Commit

Permalink
Merge 2d0bd7f into d6e24eb
Browse files Browse the repository at this point in the history
  • Loading branch information
timnew committed Apr 12, 2016
2 parents d6e24eb + 2d0bd7f commit 91835ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
{% endif %}
</summary>
{% for category in post.categories.toArray() %}
<category term="{{ category.name }}" scheme="{{ (url + category.path) | uriencode }}"/>
<category term="{{ category.name | escape }}" scheme="{{ (url + category.path) | uriencode }}"/>
{% endfor %}
{% for tag in post.tags.toArray() %}
<category term="{{ tag.name }}" scheme="{{ (url + tag.path) | uriencode }}"/>
<category term="{{ tag.name | escape }}" scheme="{{ (url + tag.path) | uriencode }}"/>
{% endfor %}
</entry>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-generator-feed",
"version": "1.1.0",
"version": "1.1.1",
"description": "Feed generator plugin for Hexo",
"main": "index",
"scripts": {
Expand Down

0 comments on commit 91835ea

Please sign in to comment.