diff --git a/feed.xml b/feed.xml index 40b1758..d8842a9 100644 --- a/feed.xml +++ b/feed.xml @@ -3,7 +3,7 @@ layout: nil title : To Setto Setto RSS Feed --- - + {{ site.title | xml_escape }} @@ -20,38 +20,36 @@ title : To Setto Setto RSS Feed {{ site.url }}/siteicon.png {{ site.title | xml_escape }} {{ site.url }} - 480 - 480 - - {{ site.title }} + + {{ site.social.mail }} yes - {{ site.title | xml_escape }} - {{ site.publisher.mail | xml_escape }} + {{ site.publisher.name | xml_escape }} + {{ site.publisher.mail }} - {{ site.publisher.mail }} ({{ site.publisher.name | xml_escape }}) + {{ site.publisher.mail }} ({{ site.publisher.name }}) Anti-Copyright 2018 {{ site.title }} {{ site.title }} - TV-14 - Daily - {% for post in site.posts %} + + {% for post in site.posts limit: 7 %} {{ post.title | xml_escape }} - {{ site.url }}{{ post.url }} + {{ site.url }}{{ post.url }}/?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }} {{ site.url }}{{ post.url }} - <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} - Web Logs - {{ post.author | xml_escape }} - {{ post.date | date_to_rfc822 }} - {{ post.author | xml_escape }} - Yes - {{ post.description | strip_html | truncate: 252 | xml_escape }} + <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %} + Hi-Lights + {{ site.social.mail | xml_escape }} ({{ site.social.name }}) + {{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ post.last_modified_at | date: "%Y-%m-%dT%H:%M:%SZ" }} + {{ site.publisher.mail }} + No + {{ post.description | truncate: 252 | xml_escape }} {{ post.description | xml_escape }} - {% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %} + {% for tags in post.tags %}{{ tags | xml_escape | strip_html }}{% unless forloop.last %}, {% endunless %}{% endfor %} {% endfor %}