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 %}
|
{% 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" %}
|
||||||
<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>
|
<a href="{{ site.url }}{{ post.url | escape }}" title="Permalink for this post">&#8734;</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
You should <a href="https://twitter.com/kremalicious">follow me on Twitter.</a>
|
||||||
</content>
|
</content>
|
||||||
</entry>
|
</entry>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user