mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
🐛 fix: respect value of disableHeroImageFilter for content
This commit is contained in:
@@ -119,7 +119,11 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<section class="prose prose-invert w-full">{{ .Content }}</section>
|
{{ if not $disableHeroImageFilter }}
|
||||||
|
<section class="prose prose-invert w-full">{{ .Content }}</section>
|
||||||
|
{{ else }}
|
||||||
|
<section class="prose dark:prose-invert w-full">{{ .Content }}</section>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user