Skip to content

Commit 66035f1

Browse files
committed
fix: Update feed.xml to fix the build error
1 parent c8d6525 commit 66035f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ permalink: /feed.xml
5353

5454
<summary xml:lang="{{ site.active_lang }}">{% include post-summary.html max_length=400 %}</summary>
5555
<content type="html" xml:lang="{{ site.active_lang }}" src="{{ post_absolute_url }}">
56-
{% include post-description.html max_length=400 %}
56+
{{ post.description }}
5757
<![CDATA[
5858
<em><p>* Mathematical equations and diagrams included in posts may not display properly when viewed with a feed reader.</p></em>
5959
{{ post.content }}

0 commit comments

Comments
 (0)