no message
This commit is contained in:
parent
73abd9873e
commit
cd5526aa6a
@ -53,7 +53,14 @@
|
|||||||
<span class="text-muted">{{ $oArticle->sCreatedAtDiff }}</span>
|
<span class="text-muted">{{ $oArticle->sCreatedAtDiff }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="post-content">{!! nl2br($oArticle->sContent) !!}</div>
|
<div class="post-content">
|
||||||
|
@if ($oArticle->sThumb)
|
||||||
|
<p>
|
||||||
|
<img decoding="async" class="size-full wp-image-28 aligncenter" src="{{ $oArticle->sThumb }}">
|
||||||
|
</p>
|
||||||
|
@endif
|
||||||
|
{!! nl2br($oArticle->sContent) !!}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="post-tags mt-3 mt-md-4">
|
<div class="post-tags mt-3 mt-md-4">
|
||||||
<div class="">
|
<div class="">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user