HMS Lite: Full Schedule

This commit is contained in:
Abner Coimbre
2025-12-03 13:45:28 -08:00
parent dda5e31f14
commit 68328a3a6b
2 changed files with 10 additions and 5 deletions

View File

@@ -99,7 +99,7 @@
<!-- Event Description -->
{{ if .Params.show_description }}
<div class="bg-black bg-opacity-50 backdrop-blur-sm p-6 rounded-xl shadow-lg max-w-3xl mx-auto mb-12">
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Conference</h3>
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Event</h3>
<div class="text-gray-200 text-left prose prose-invert max-w-none">
{{ .Content }}
</div>