layout | title | head_title | description | pid | hide |
---|---|---|---|---|---|
blog |
Blog |
Prebid.js Blog for Header Bidding |
A collection of helpful tips for implementing header bidding with prebid.js. |
6 |
true |
{% for post in site.posts %}
<div class="col-md-3">
<div class="blog-date">
{{ post.date | date: '%B %d, %Y' }}
</div>
</div>
<div class="col-md-9" role="main">
<div class="bs-docs-section">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
{{ post.content }}
</div>
</div>
{% endfor %}