Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Jun 2, 2020
1 parent 739cf48 commit ff2b59c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author:
email: "alessiofranceschi2@gmail.com"
url: "https://alessiofranceschi.me"
permalink: /:title
keywords: [libri, libro, lettura, letteratura, leggere]
keywords: [libri , libro , lettura , letteratura , leggere]

#Plugins
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap]
Expand Down
14 changes: 7 additions & 7 deletions podcast.rss
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<image>
<link>{{ site.url }}</link>
<url>{{ site.podcast_artwork }}</url>
<url>{{ "assets/img/Podcast_Cover.png" | absolute_url }} </url>
<title>{{ site.title }}</title>
</image>
<itunes:subtitle>{{ site.podcast_subtitle | xml_escape }}</itunes:subtitle>
<itunes:author>{{ podcast_author }}</itunes:author>
<itunes:summary>{{ site.description | xml_escape }}</itunes:summary>
<itunes:keywords>{{ site.keywords }}</itunes:keywords>
<itunes:keywords>{{site.keywords | join: ', '}}</itunes:keywords>
<itunes:owner>
<itunes:name>{{ site.podcast_author }}</itunes:name>
<itunes:email>{{ site.podcast_email }}</itunes:email>
</itunes:owner>
<itunes:image href="{{ "site.podcast_artwork" | absolute_url }}" />
<itunes:image href="{{ "assets/img/Podcast_Cover.png" | absolute_url }}" />
<itunes:category text="Arts">
<itunes:category text="Books" />
</itunes:category>
Expand All @@ -47,13 +47,13 @@
<description>{{ post.description | xml_escape }}</description>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
<enclosure url="http:{{ post.file }}" length="{{ post.length }}" type="audio/mp3"/>
<itunes:author>{{ site.author }}</itunes:author>
<itunes:author>{{ site.podcast_author }}</itunes:author>
<itunes:subtitle>{{ site.title }}: {{ post.title }}</itunes:subtitle>
<itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
<itunes:duration>{{ post.duration }}</itunes:duration>
<itunes:keywords>{{ post.keywords }}{{site.keywords}}</itunes:keywords>
<itunes:image href= "{{ "site.podcast_artwork" | absolute_url }}" />
<itunes:explicit>{{ post.explicit }}</itunes:explicit>
<itunes:keywords>{{ post.keywords | join: ', '}},{{site.keywords | join: ', '}}</itunes:keywords>
<itunes:image href= "{{ "assets/img/Podcast_Cover.png" | absolute_url }}" />
<itunes:explicit>{{ site.podcast_explicit }}</itunes:explicit>
<itunes:block>{{ post.block }}</itunes:block>
</item>
{% endfor %}
Expand Down

0 comments on commit ff2b59c

Please sign in to comment.