Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/powershell-community/layouts/_default/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="text-3xl font-bold text-gray-900">Upcoming Events</h2>
<!-- Event Details -->
<div class="p-6 flex-1">
<h3 class="text-xl font-bold text-gray-900 mb-2">{{ .Title }}</h3>
<p class="text-gray-600 mb-3">{{ .Summary }}</p>
<p class="text-gray-600 mb-3">{{ .Summary | plainify | truncate 240 }}</p>
<div class="flex flex-wrap items-center gap-4 text-sm text-gray-500">
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-purple-600 mr-2"></i>
Expand Down
Loading