summaryrefslogtreecommitdiffstats
path: root/themes/rusted/templates/_post-title.html
blob: 471135d2a8bfde5e3857056c56f56145aecd55df (plain)
1
2
3
4
5
6
7
8
9
10
<div class="row post-title">
  <div class="col-xs-4 col-md-4">
    <span class="small text-muted time-prefix">
      <time pubdate="pubdate" datetime="{{ article.date.isoformat() }}">{{ article.date.strftime("%d %b %Y").upper() }}</time>
    </span>
  </div>
  <div class="col-xs-8 col-md-8 text-right">
    <a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a>
  </div>
</div>