anorgatarrak-wordpress-theme/partials/content.template.html

16 lines
773 B
HTML
Raw Normal View History

2018-02-15 19:26:12 +01:00
<div class="content">
<div class="row">
2018-02-15 19:26:12 +01:00
<div class="post-header" style="background-image:url('{{post.featured_image_thumbnail_url}}');background-size:cover;background-repeat;no-repeat;background-position:center;width:100%;background-attachment:fixed;height:50vh;">
<!--<div class="post-header" style="background-image:url('{{post.featured_image_thumbnail_url}}');background-size:cover;width:100%;height:90vh;background-attachment:fixed;">-->
<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>
2017-11-09 19:40:49 +01:00
<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>
2017-11-09 19:40:49 +01:00
</div>
</div>
2018-02-15 19:26:12 +01:00
</div>