uit blockquote verwijderd
This commit is contained in:
@@ -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}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user