uit blockquote verwijderd

This commit is contained in:
NH Gooi
2026-08-06 21:24:56 +02:00
parent e5d22609f3
commit 2960aa7497
@@ -27,7 +27,7 @@
@elseif($block->type == "quote") @elseif($block->type == "quote")
<blockquote> <blockquote>
{!!$block->data->text!!} {!!$block->data->text!!}
<div class="author">{{$block->data->caption}}</div> <div class="author">{!! $block->data->caption !!}</div>
</blockquote> </blockquote>
@elseif($block->type == "image") @elseif($block->type == "image")
<a class="post_image page_margin_top prettyPhoto" rel="prettyPhoto" href="/{{$block->data->url}}" <a class="post_image page_margin_top prettyPhoto" rel="prettyPhoto" href="/{{$block->data->url}}"