File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ layout: null
16
16
<item >
17
17
<title >{{ post.title | xml_escape }}</title >
18
18
<description >{{ post.content | xml_escape }}</description >
19
- <media : content url =" {{ site.url }}/{{ post.splash }}" type =" image/jpeg" />
19
+ <media : content url =" {{ site.url }}/img/ {{ post.splash }}" type =" image/jpeg" />
20
20
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
21
21
<link >{{ post.url | prepend: site.baseurl | prepend: site.url }}</link >
22
22
<guid isPermaLink =" true" >{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ layout: null
16
16
<item >
17
17
<title >{{ post.title | xml_escape }}</title >
18
18
<description >{{ post.content | xml_escape }}</description >
19
- <media : content url =" {{ site.url }}/{{ post.splash }}" type =" image/jpeg" />
19
+ <media : content url =" {{ site.url }}/img/ {{ post.splash }}" type =" image/jpeg" />
20
20
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
21
21
<link >{{ post.url | prepend: site.baseurl | prepend: site.url }}</link >
22
22
<guid isPermaLink =" true" >{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid >
You can’t perform that action at this time.
0 commit comments