Basic markdown with Tailwind CSS Typography

This commit is contained in:
Alphonse Paix
2025-09-20 14:03:13 +02:00
parent 6d2d486866
commit 8f0b59775e
10 changed files with 83 additions and 18 deletions

View File

@@ -32,9 +32,7 @@
</div>
</div>
</header>
<div class="px-8 py-8">
<div class="prose prose-lg prose-blue max-w-none">{{ post.content | safe }}</div>
</div>
<div class="px-8 py-8 prose prose-lg max-w-none">{{ post.content | safe }}</div>
</article>
<div class="mt-8 bg-gradient-to-r from-blue-600 to-indigo-700 rounded-lg shadow-lg text-white p-8 text-center">
<h3 class="text-2xl font-bold mb-2">Enjoyed this post?</h3>