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


               


                           



                                                                                                                                                                                      
                                                                                                             


        

             
---
layout: default
---
<div class="post-header">
  <h1>{{ page.title }}</h1>
  <div class="post-date">
    <p class="text-muted">
      {% if page.category %}
        <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ '/' | relative_url }}{{ page.category | slugify: 'pretty' }}/">{{ page.category }}</a>
      {% endif %}
      &nbsp;<span class="glyphicon glyphicon-time"></span>&nbsp;{{ page.date | date: '%-d&nbsp;%b&nbsp;%Y' }}
    </p>
  </div>
</div>
{{ content }}
<hr/>