Browse Source

首页内容

linwu 2 years ago
parent
commit
e3c798329f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/themes/default/views/app/index.blade.php

+ 1 - 1
public/themes/default/views/app/index.blade.php

@@ -405,7 +405,7 @@
                                         <div class="news_title"><a href="{{route('news.show',['id'=>$v->id])}}"
                                                                    target="_blank">{{$v->title}}</a></div>
                                         <div class="news_content">
-                                            <p style="text-indent:2em;">{!!  cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'32',0,'...') !!}</p>
+{{--                                            <p style="text-indent:2em;">{!!  cut_str(strip_tags(htmlspecialchars_decode($v->content,ENT_QUOTES)),'32',0,'...') !!}</p>--}}
                                             <p style="text-align:right;">{{date('Y-m-d',strtotime($v->created_at))}}</p>
                                         </div>
                                     </div>