Skip to content

Commit

Permalink
fix(feed): feedのxml内にHTMLを入れるとGoogle Podcastで配信できない疑惑があったので、シンプルな内容紹介へ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoeyes02 committed Apr 25, 2023
1 parent f0fea40 commit ee4f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<title>{{ post.title | xml_escape }}</title>
<link>{{ site.github.url }}{{ post.url }}</link>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<description><h2 id="内容紹介">内容紹介</h2> <p>{{ post.description }}</p> {{ post.content | xml_escape }}</description>
<description>{{ post.description }}</description>
<guid isPermaLink="true">{{ site.github.url }}{{ post.url }}</guid>
<enclosure url="{{ site.github.url }}{{ post.audio_file_path }}" length="{{ post.audio_file_size }}" type="audio/mp3"/>
<itunes:author>{{ site.author }}</itunes:author>
Expand Down

0 comments on commit ee4f7e2

Please sign in to comment.