naming convention
This commit is contained in:
parent
b20d98d1b9
commit
91af51ea1d
34 changed files with 45 additions and 45 deletions
4
rss.xml
4
rss.xml
|
|
@ -42,7 +42,7 @@ title : The Basspistol RSS Feed
|
|||
<title>{{ post.title }}</title>
|
||||
<link>{% if post.layout contains "article" %}{{ site.production_url }}{{ post.url }}{% elsif post.layout contains "link" %}{{ post.link }}{% endif %} </link>
|
||||
<guid isPermaLink="false">{{ post.uid }}</guid>
|
||||
<description> <img src="{{ site.production_url }}/assets/img/thumb/{{ post.cover }}" /> <br />{{ post.description | xml_escape }} {% if post.layout contains "link" %}<br />Full article on: <a href="{{ site.production_url }}{{ post.url }}">{{ site.production_url }}{{ post.url }}</a>{% endif %}</description>
|
||||
<description> <img src="{{ site.production_url }}/assets/img/thumb/{{ post.image }}" /> <br />{{ post.description | xml_escape }} {% if post.layout contains "link" %}<br />Full article on: <a href="{{ site.production_url }}{{ post.url }}">{{ site.production_url }}{{ post.url }}</a>{% endif %}</description>
|
||||
<category>Podcasts</category>
|
||||
<author>{{ post.artist | xml_escape }}</author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
|
|
@ -51,7 +51,7 @@ title : The Basspistol RSS Feed
|
|||
<itunes:subtitle>{{ post.description | strip_html | truncate: 252 | xml_escape }}</itunes:subtitle>
|
||||
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
|
||||
<itunes:keywords>{% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
|
||||
<itunes:image href="{{ site.production_url }}/assets/img/{{ post.cover }}"/>
|
||||
<itunes:image href="{{ site.production_url }}/assets/img/{{ post.image }}"/>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue