Commit 08cadae8 by Bagus Pambudi

fix gallery carousel

parent 27f802bb
......@@ -237,7 +237,10 @@
<div class="magnifier">
<div class="buttons">
<a class="st" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}"><i class="button"></i>{{$value->title}}</a>
<a class="st btn btn-default" rel="bookmark" href="{{ $setting['url_static'] . '/' . $setting['directory'] . '/gallery/' . $value->gallery }}" target="_blank">
View
</a>
<h3>{!! $value->title !!}</h3>
</div><!-- end buttons -->
</div><!-- end magnifier -->
</div><!-- end entry -->
......
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