added static file handling for a custom stylesheet that puts the highlights on links in Amsterdam posts

This commit is contained in:
2025-11-05 21:47:58 -07:00
parent c7ea4c529a
commit 5571a58ea2
5 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<!-- Preview Display -->
<div class="bg-white border-2 border-blue-300 rounded-lg p-6 mb-6">
<pre class="font-mono text-sm whitespace-pre-wrap break-words">{{ previewPb | raw }}</pre>
<pre class="amsPost font-mono text-sm whitespace-pre-wrap break-words">{{ previewPb | raw }}</pre>
</div>
<hr class="border-gray-400 mb-6">