Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layout: null
{{ post.url | prepend: site.url }}
</link>
<description>
{{ post.content | escape | truncate: '400' }}
{{ post.content | strip_html | truncate: 400 | escape }}
</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<guid>
Expand Down
2 changes: 1 addition & 1 deletion pages/python-lectures.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Quantitative Economics with Python'
permalink: /python-lectures/
redirect_to: https://quantecon.org/projects/#filter=lecture
redirect_to: https://quantecon.org/lectures/
menu_item: false
---

Expand Down