diff --git a/resources/views/webprofile/front/jollyany/zh/archive.blade.php b/resources/views/webprofile/front/jollyany/zh/archive.blade.php index 2bbbd09..b3b4bf6 100644 --- a/resources/views/webprofile/front/jollyany/zh/archive.blade.php +++ b/resources/views/webprofile/front/jollyany/zh/archive.blade.php @@ -53,7 +53,7 @@ <div class="row"> <div class="headline"> @if ($value->rZh) - <h2><a target="_blank" href="{!! url('info/'.$value->slug) !!}">{!! $value->rZh->title !!}</a></h2> + <h2><a target="_blank" href="{!! url('information/'.$value->slug) !!}">{!! $value->rZh->title !!}</a></h2> @endif </div> <div class="news-text"> @@ -61,7 +61,7 @@ @if ($value->rZh) {!! strip_tags(substr(html_entity_decode($value->rZh->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!} @endif - <br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('info/'.$value->slug) !!}"> + <br><a class="pull-right" style="padding-right: 20px;" target="_blank" href="{!! url('information/'.$value->slug) !!}"> 閱讀更多 »»</a> </div> </div>