13 lines
482 B
HTML
13 lines
482 B
HTML
<div class="row">
|
|
<div class="post-header" style="background-image:url('{{post.featured_image_thumbnail_url}}');background-size:cover;width:100%;height:90vh;">
|
|
<div class="row">
|
|
<div class="col-md-offset-1 col-md-5"><h1 style="font-size:72pt;font-weight:800;">{{post.title.rendered}}</h1></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-offset-1 col-md-10">
|
|
<div style="padding-bottom:30px;padding-top:30px;" ng-bind-html="content"></div>
|
|
</div>
|
|
</div>
|