added static file handling for a custom stylesheet that puts the highlights on links in Amsterdam posts
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<meta http-equiv="refresh" content="{{ GlobalConfig.Site.TopRefresh }}">
|
||||
{{ end }}
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="stylesheet" href="/static/css/ams_style.css" />
|
||||
</head>
|
||||
|
||||
<body class="bg-blue-400 font-sans">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user