Skip to content

Commit e18fb9b

Browse files
committed
Fix calendar event summary rendering
1 parent 27e53dc commit e18fb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/powershell-community/layouts/_default/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 class="text-3xl font-bold text-gray-900">Upcoming Events</h2>
6565
<!-- Event Details -->
6666
<div class="p-6 flex-1">
6767
<h3 class="text-xl font-bold text-gray-900 mb-2">{{ .Title }}</h3>
68-
<p class="text-gray-600 mb-3">{{ .Summary }}</p>
68+
<p class="text-gray-600 mb-3">{{ .Summary | plainify | truncate 240 }}</p>
6969
<div class="flex flex-wrap items-center gap-4 text-sm text-gray-500">
7070
<div class="flex items-center">
7171
<i class="fas fa-map-marker-alt text-purple-600 mr-2"></i>

0 commit comments

Comments
 (0)