Skip to content

Commit

Permalink
add image block to default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-jennings committed Mar 9, 2016
1 parent 3831dc4 commit 6654818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/views/themes/default/templates/internal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
<div class="row">
<div class="col-sm-12">
<h2>{!! PageBuilder::block('title') !!}</h2>
</div>
</div>
<div class="row">
<div class="col-sm-9">
{!! PageBuilder::block('content') !!}
</div>
<div class="col-sm-3">
{!! PageBuilder::block('image') !!}
</div>
</div>
<!-- /.row -->
</div>
Expand Down

0 comments on commit 6654818

Please sign in to comment.