1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

tweak feed article content

This commit is contained in:
Matthias Kretschmann 2014-03-07 19:15:03 +01:00
parent 4147c5238d
commit 5110d6e78c

View File

@ -27,6 +27,8 @@ layout: nil
{% if post.updated %} {% if post.updated %}
<updated>{{ post.updated | date_to_xmlschema }}</updated> <updated>{{ post.updated | date_to_xmlschema }}</updated>
{% else %}
<updated>{{ post.date | date_to_xmlschema }}</updated>
{% endif %} {% endif %}
<id>{{ site.url }}{{ post.url | escape }}</id> <id>{{ site.url }}{{ post.url | escape }}</id>
@ -38,9 +40,12 @@ layout: nil
{{ post.content | xml_escape }} {{ post.content | xml_escape }}
{% if post.layout == "link" %} {% if post.layout == "link" %}
&lt;a class=&quot;more-link&quot; href=&quot;{{ post.linkurl | escape }}&quot;&gt;Go to source &amp;#187;&lt;/a&gt; &lt;br /&gt; &lt;a href=&quot;{{ post.linkurl | escape }}&quot;&gt;Go to source &amp;#187;&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;{{ site.url }}{{ post.url | escape }}&quot; title=&quot;Permalink for this post&quot;&gt;&amp;#8734;&lt;/a&gt; &lt;a href=&quot;{{ site.url }}{{ post.url | escape }}&quot; title=&quot;Permalink for this post&quot;&gt;&amp;#8734;&lt;/a&gt;
{% endif %} {% endif %}
&lt;hr /&gt;
You should &lt;a href=&quot;https://twitter.com/kremalicious&quot;&gt;follow me on Twitter.&lt;/a&gt;
</content> </content>
</entry> </entry>
{% endfor %} {% endfor %}