Commit 3ec0314c by Bagus Pambudi

kategori

parent cefb574b
......@@ -36,7 +36,7 @@
</div>
<div class="news-text">
<div class="col-lg-4">
<a href="{!! url('post/'.str_replace(' ', '-', $value->title)) !!}">
<a href="{!! url('post/'.str_replace(' ', '-', $value->slug)) !!}">
@if($value->thumbnail)
@if ($setting['external_storage'] == 1)
<img src="{{ $setting['url_static'] . '/' . $setting['directory'] . '/thumbnail/' . $value->thumbnail }}" style="max-width:200px" align="left" class="img-responsive">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment