Add more text to RSS feed
This commit is contained in:
parent
3a8e6182ad
commit
9b27baf1ba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% load wagtailcore_tags %}
|
{% load wagtailcore_tags %}
|
||||||
|
|
||||||
{% spaceless %}
|
{% spaceless %}
|
||||||
{{ obj.content_html | truncatewords_html:75 | safe }}
|
{{ obj.content_html | truncatewords_html:100 | safe }}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{% fullpageurl obj %}">Continue Reading…</a>
|
<a href="{% fullpageurl obj %}">Continue Reading…</a>
|
||||||
|
|
Loading…
Reference in a new issue