There was an error while loading. Please reload this page.
1 parent 27e53dc commit e18fb9bCopy full SHA for e18fb9b
1 file changed
themes/powershell-community/layouts/_default/calendar.html
@@ -65,7 +65,7 @@ <h2 class="text-3xl font-bold text-gray-900">Upcoming Events</h2>
65
<!-- Event Details -->
66
<div class="p-6 flex-1">
67
<h3 class="text-xl font-bold text-gray-900 mb-2">{{ .Title }}</h3>
68
- <p class="text-gray-600 mb-3">{{ .Summary }}</p>
+ <p class="text-gray-600 mb-3">{{ .Summary | plainify | truncate 240 }}</p>
69
<div class="flex flex-wrap items-center gap-4 text-sm text-gray-500">
70
<div class="flex items-center">
71
<i class="fas fa-map-marker-alt text-purple-600 mr-2"></i>
0 commit comments