layout | title | group | navtitle | navlink | navweight | description |
---|---|---|---|---|---|---|
default |
Amir Chaudhry |
nav |
home |
1 |
Amir Chaudhry's website |
{% include JB/setup %}
{% for post in site.posts limit:5 %}
<div class="row">
<div class="medium-3 columns">
<h5 class="post-date" align="right">{{ post.date | date: "%e %B %Y" }}</h5>
</div>
<div class="medium-9 columns">
<h2><a class="post-title" href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></h2>
{{ post.content }}
<a href="{{ BASE_PATH }}{{ post.url }}/#share-comment">Share / Comment</a>
<hr>
<br />
<br />
</div>
</div>
{% endfor %}
{% include amc/sidebar %}