diff --git a/_layouts/feed.ics b/_layouts/feed.ics index f9a6befbc..5929ca7e2 100644 --- a/_layouts/feed.ics +++ b/_layouts/feed.ics @@ -90,7 +90,7 @@ DURATION:{{ post.duration }}{% elsif post.end_date %} DTEND{{ tzid }}:{{ post.end_date | date: "%Y%m%dT%H%M00" }}{{ endtzid }}{% else %} DTEND:{{ post.date | date: "%Y%m%d" }}{% endif %}{% if post.rrule %} RRULE:{{post.rrule}}{% endif %} -SUMMARY:{% include feed.html content=fulltitle %} +SUMMARY:{% include collect/feed.html content=fulltitle %} DESCRIPTION:{%- capture mydescription -%}

{% if post.cal-text %}{{post.cal-text}}{% elsif post.excerpt %}{{ post.excerpt }}{% else %}{{ post.text }}{% endif %}