aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_layouts/post.html
blob: b01892faa5dd56010d014678565bce8658292bbe (plain) (tree)
1
2
3
4
5
6
7
8
9
                                


                             
                                                                                                                                                                                                                                                                                                                     

                 

                        
                                     

        
                                
{% include common/header.html %}
<div class="row">
  <div class="col-md-8">
    <h1>{{ page.title }}</h1>
    <p class="text-muted"><span class="glyphicon glyphicon-time"></span>&nbsp;Posted on {{ page.date | date_to_long_string }}{% if page.category %} in <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a href="{{ site.baseurl }}/{{ page.category | downcase }}/">{{ page.category }}</a>{% endif %}</p>
    {{ content }}
    <hr/>
  </div>
  <div class="col-md-4">
    {% include common/sidebar.html %}
  </div>
</div>
{% include common/footer.html %}