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





                                                                                                                            
                                     

                        
                                     

        
                                
{% 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/>
    {% include posts/comments.html %}
  </div>
  <div class="col-md-4">
    {% include common/sidebar.html %}
  </div>
</div>
{% include common/footer.html %}