Skip to content

Commit

Permalink
fix feed error
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeRichert-USDA committed Dec 4, 2024
1 parent 4ec8018 commit 25b3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/feed.ics
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}<p>{% if post.cal-text %}{{post.cal-text}}{% elsif post.excerpt %}{{ post.excerpt }}{% else %}{{ post.text }}{% endif %}</p>
<ul>{% if post.time %}
<li><b>Outage time:</b> {{ post.time }}</li>{% endif %}{% if post.systems %}
Expand Down

0 comments on commit 25b3f9e

Please sign in to comment.