theme/layouts/partials/prose.html

6 lines
250 B
HTML
Raw Normal View History

2022-01-29 17:53:15 +00:00
<div
2022-01-29 22:23:46 +00:00
class="prose max-w-none prose-h1:font-title prose-h1:font-bold prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-pre:bg-gray-200 prose-pre:text-gray-700 prose-img:rounded-sm"
2022-01-29 17:53:15 +00:00
>
2022-01-29 16:25:39 +00:00
{{ partial "headline-hash.html" . }}
</div>