aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/post.html
blob: 6c4737d3a8c7acf1d3ef9081ce1919e3215d1f71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
layout: default
---
<h1>{{ page.title }}</h1>
<p class="text-muted">
  <span class="glyphicon glyphicon-time"></span>&nbsp;Posted on {{ page.date | date: '%-d %B %Y' }}
  {%- if page.category %} in <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ '/' | relative_url }}{{ page.category | slugify: 'pretty' }}/">{{ page.category }}</a>{% endif %}
</p>
{{ content }}
<hr/>