微调
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<p>发表时间:{{ $article->created_at }}</p>
|
||||
</div>
|
||||
<div class="ritText">
|
||||
@if ($article->cover)
|
||||
<img src="{{ $article->cover_path }}">
|
||||
@endif
|
||||
{{-- @if ($article->cover)--}}
|
||||
{{-- <img src="{{ $article->cover_path }}">--}}
|
||||
{{-- @endif--}}
|
||||
<p>
|
||||
{!! $article->content !!}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user