broken feed link
This commit is contained in:
parent
18c6c9b2c0
commit
8d559d9efe
2
feed.xml
2
feed.xml
|
@ -38,7 +38,7 @@ title : To Setto Setto RSS Feed
|
|||
{% for post in site.posts limit: 7 %}
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<link>{{ site.url }}{{ post.url }}/?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}</link>
|
||||
<link>{{ site.url }}{{ post.url }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}</link>
|
||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||
<description> <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %}</description>
|
||||
<category>Hi-Lights</category>
|
||||
|
|
Loading…
Reference in a new issue