Skip to content

Commit 03a14a3

Browse files
committed
-
1 parent bfc8734 commit 03a14a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it/news_feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ layout: null
1616
<item>
1717
<title>{{ post.title | xml_escape }}</title>
1818
<description>{{ post.content | xml_escape }}</description>
19-
<media:content url="{{ site.url }}{{ site.baseurl }}/{{ post.splash }}" type="image/jpeg"/>
19+
<media:content url="{{ site.url }}/{{ post.splash }}" type="image/jpeg"/>
2020
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
2121
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
2222
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>

0 commit comments

Comments
 (0)