Compare commits
1 Commits
8c22515397
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0ae121363 |
@@ -32,7 +32,7 @@
|
||||
@elseif($block->type == "image")
|
||||
<a class="post_image page_margin_top prettyPhoto" rel="prettyPhoto" href="/{{$block->data->url}}"
|
||||
title="{{$block->data->title}} © {{$block->data->title}}">
|
||||
<img src="/{{$block->data->url}}" class="attachment-small-slider-thumb size-small-slider-thumb wp-post-image"
|
||||
<img src="/{{ltrim($block->data->url, '/')}}" class="attachment-small-slider-thumb size-small-slider-thumb wp-post-image"
|
||||
alt="{{$block->data->title}}" title="" style="display: block;">
|
||||
</a>
|
||||
<div class="sentence">
|
||||
|
||||
Reference in New Issue
Block a user