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:
parent
4147c5238d
commit
5110d6e78c
@ -27,6 +27,8 @@ layout: nil
|
||||
|
||||
{% if post.updated %}
|
||||
<updated>{{ post.updated | date_to_xmlschema }}</updated>
|
||||
{% else %}
|
||||
<updated>{{ post.date | date_to_xmlschema }}</updated>
|
||||
{% endif %}
|
||||
|
||||
<id>{{ site.url }}{{ post.url | escape }}</id>
|
||||
@ -38,9 +40,12 @@ layout: nil
|
||||
{{ post.content | xml_escape }}
|
||||
|
||||
{% if post.layout == "link" %}
|
||||
<a class="more-link" href="{{ post.linkurl | escape }}">Go to source &#187;</a> <br />
|
||||
<a href="{{ post.linkurl | escape }}">Go to source &#187;</a> <br />
|
||||
<a href="{{ site.url }}{{ post.url | escape }}" title="Permalink for this post">&#8734;</a>
|
||||
{% endif %}
|
||||
|
||||
<hr />
|
||||
You should <a href="https://twitter.com/kremalicious">follow me on Twitter.</a>
|
||||
</content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user