MaCH repo

This commit is contained in:
2025-07-24 12:46:01 -05:00
committed by Nick Ricketts
commit 3864af264d
106 changed files with 6304 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<article class="bg-white rounded-xl shadow-sm border border-gray-100 p-6 mb-4 hover:shadow-md transition">
<a href="{{url:post:id}}" class="block">
<h2 class="text-xl font-semibold text-gray-900 hover:text-blue-600 transition">
{{title}}
</h2>
<p class="text-sm text-gray-400 mt-1">{{created_at}}</p>
<p class="text-gray-600 mt-3 line-clamp-2">{{body}}</p>
</a>
</article>