fix broken Feed
This commit is contained in:
parent
ef25204232
commit
b69433e4ac
|
@ -288,5 +288,5 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/feed.xml" title="{{ site.title }}" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/rss.xml" title="{{ site.title }}" />
|
||||
<!-- END seo.html -->
|
59
feed.xml
59
feed.xml
|
@ -1,59 +0,0 @@
|
|||
---
|
||||
layout: nil
|
||||
title : To Setto Setto RSS Feed
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
|
||||
|
||||
<channel>
|
||||
<title>{{ site.title | xml_escape }}</title>
|
||||
<atom:link href="{{ site.url }}/rss.xml" rel="self" type="application/rss+xml" />
|
||||
<link>{{ site.url }}</link>
|
||||
<description>{{ site.description | xml_escape }}</description>
|
||||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>hourly</sy:updatePeriod>
|
||||
<sy:updateFrequency>1</sy:updateFrequency>
|
||||
<generator>https://jekyllrb.com/</generator>
|
||||
|
||||
<image>
|
||||
<url>{{ site.url }}/siteicon.png</url>
|
||||
<title>{{ site.title | xml_escape }}</title>
|
||||
<link>{{ site.url }}</link>
|
||||
<width>480</width>
|
||||
<height>480</height>
|
||||
</image>
|
||||
<itunes:summary><![CDATA[{{ site.title | xml_escape }} - {{ site.description | xml_escape }}]]></itunes:summary>
|
||||
<itunes:author>{{ site.title }}</itunes:author>
|
||||
<itunes:explicit>yes</itunes:explicit>
|
||||
<itunes:image href="{{ site.url }}{{ site.banner }}" />
|
||||
<itunes:owner>
|
||||
<itunes:name>{{ site.title | xml_escape }}</itunes:name>
|
||||
<itunes:email>{{ site.publisher.mail | xml_escape }}</itunes:email>
|
||||
</itunes:owner>
|
||||
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name | xml_escape }})</managingEditor>
|
||||
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
||||
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
|
||||
<itunes:category text="Music">
|
||||
</itunes:category>
|
||||
<rawvoice:rating>TV-14</rawvoice:rating>
|
||||
<rawvoice:frequency>Daily</rawvoice:frequency>
|
||||
{% for post in site.posts %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}</link>
|
||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||
<description> <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }}</description>
|
||||
<category>Web Logs</category>
|
||||
<author>{{ post.author | xml_escape }}</author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
<itunes:author>{{ post.author | xml_escape }}</itunes:author>
|
||||
<itunes:explicit>Yes</itunes:explicit>
|
||||
<itunes:subtitle>{{ post.description | strip_html | truncate: 252 | xml_escape }}</itunes:subtitle>
|
||||
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
|
||||
<itunes:keywords>{% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
|
||||
<itunes:image href="{{ site.url }}{{ post.image }}"/>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
|
@ -12,7 +12,7 @@ Build with [Jekyll](https://jekyllrb.com/){: rel="noopener"}{: target="_blank"}<
|
|||
|
||||
## Framework
|
||||
|
||||
Homebrewed by Setto
|
||||
Homebrewed by Sakrecoer
|
||||
|
||||
## Artwork
|
||||
|
||||
|
|
Loading…
Reference in a new issue