From 25b3f9ecbdbe726e59ee166edfb6796d14214744 Mon Sep 17 00:00:00 2001 From: "Moe.Richert" Date: Wed, 4 Dec 2024 10:50:07 -0500 Subject: [PATCH 1/2] fix feed error --- _layouts/feed.ics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}