{{ config.title }} {{ url }} {% if icon %} {{ icon }} {{ config.title }} {{ url }} {% endif %} {% if config.feed.hub %}{% endif %} {{ config.description }} {% if posts.first().updated %}{{ posts.first().updated.toDate().toUTCString() }}{% else %}{{ posts.first().date.toDate().toUTCString() }}{% endif %} http://hexo.io/ {% for post in posts.toArray() %} {{ post.title }} {{ post.permalink | uriencode }} {{ post.permalink | uriencode }} {{ post.date.toDate().toUTCString() }} {% if post.description %} {{ post.description }} {% elif post.intro %} {{ post.intro }} {% elif post.excerpt %} {{ post.excerpt }} {% endif %} {% if post.photos %} {% endif %} {% if config.feed.content and post.content %} {% endif %} {% for category in post.categories.toArray() %} {{ category.name }} {% endfor %} {% for tag in post.tags.toArray() %} {{ tag.name }} {% endfor %} {% endfor %}