aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_layouts/post.html
blob: 187b95196a95bbd3ac99799f900d197e2ac2d7e9 (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> Posted on {{ page.date | date_to_long_string }}</p>
    {{ content }}
    <hr/>
  </div>
  <div class="col-md-4">
    {% include common/sidebar.html %}
  </div>
</div>
{% include common/footer.html %}