文章分类由1变多

This commit is contained in:
2021-04-02 09:30:56 +08:00
parent e2699b7e04
commit 977dd11c7d
19 changed files with 177 additions and 287 deletions

View File

@@ -8,9 +8,9 @@
<div class="container details">
<!-- 文章标题 -->
<h3 class="details-title">{{ $article->title }}</h3>
@if (in_array($parent->id,config('app.show_time')))
<p class="details-time">{{ $article->created_at }}</p>
@endif
{{-- @if (in_array($parent->id,config('app.show_time')))--}}
<p class="details-time">{{ $article->created_at }}</p>
{{-- @endif--}}
<!-- 文章详情 -->
<div class="details-content">
{{-- <img src="{{ $article->cover_path }}">--}}