aboutsummaryrefslogblamecommitdiffstats
path: root/syte/static/templates/blog-post-video.html
blob: 1f5dce02d06095e4d8a4b1562a1ee035f9762d10 (plain) (tree)


















                                                                                         
<article id="{{ id }}">
  <hgroup>
    <h2><a href="/post/{{ id }}">Video</a></h2>
    <h3><a href="#{{ id }}">{{ formated_date }}</a></h3>
  </hgroup>
  <p>
    <a href="{{ permalink_url }}" class="no-border"><img src="{{ thumbnail_url }}" /></a>
  </p>
  {{#if tags }}
  <footer>
    <h4>Tags</h4>
    <ul class="tags">
      {{#each tags}}
      <li><a href="/tags/{{ this }}">{{ this }}</a></li>
      {{/each}}
    </ul>
  </footer>
  {{/if}}
</article>