瀏覽代碼

首页内容

linwu 2 年之前
父節點
當前提交
e3c798329f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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])}}"
                                         <div class="news_title"><a href="{{route('news.show',['id'=>$v->id])}}"
                                                                    target="_blank">{{$v->title}}</a></div>
                                                                    target="_blank">{{$v->title}}</a></div>
                                         <div class="news_content">
                                         <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>
                                             <p style="text-align:right;">{{date('Y-m-d',strtotime($v->created_at))}}</p>
                                         </div>
                                         </div>
                                     </div>
                                     </div>