layout: default


<article class=“post” itemscope itemtype=“schema.org/BlogPosting”>

<header class="page-header" style="background-image: url('http://opposition.tv/wp-content/uploads/2017/05/opposition-header23.jpg')">
  <div class="header-title">
    <h2>{{ page.title }}</h2>
    {% for category in page.categories %}
      <h3 class="category"><i class="icon-Phoenix"></i> {{ category }}</h3>
    {% endfor %} 
    <time class="created-at">{{ page.date | date: "%B %d, %Y" }}</time>
  </div>
</header>

<div class="wrapper">
  <div class="post-format post-content">
    {{ content }}
  </div>

  {% include sidebar.html %}
</div>

</article>