layout: default


<figure class=“page-header” style=“background-image: url('opposition.tv/wp-content/uploads/2017/05/opposition-header23.jpg’)”>>

<div class=“page”>

<ul class="post-list">
  {% for post in site.posts %}
    <li>
      <!-- <time>{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}</time> -->
      <header>
        <div class="post-details">
          <time>
            <h3 class="month">{{ post.date | date: "%b" }}</h3>
            <h3 class="day">{{ post.date | date: "%-d" }}</h3>
          </time>
          <div class="social-media">
            <a href="https://twitter.com/intent/tweet?text={{ post.title }}&url={{ site.url }}{{ post.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" class="social-media-button twitter-button" rel="nofollow" target="_blank" title="Share on Twitter"><i class="icon-twitter"></i></a>
            <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ post.url }}" class="social-media-button" rel="nofollow" target="_blank" title="Share on Facebook"><i class="icon-facebook"></i></a>
          </div>
        </div>

        <h2><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a></h2>
      </header>

      <figure>
        <a class="post-link" href="{{ post.url | relative_url }}"><img src="http://opposition.tv/wp-content/uploads/2017/05/carange.png"></a>
      </figure>

      <div class="post-description">
        <a href="{{ post.url | relative_url }}">{{ post.content | truncate: 330 }}</a>
      </div>
    </li>
  {% endfor %}
</ul>

{% include sidebar.html %}

</div>