Version 0.9
This commit is contained in:
parent
af69d3daac
commit
b268f85c0b
50 changed files with 421 additions and 207 deletions
|
@ -6,7 +6,7 @@ Total paginate-pages: {{ paginator.total_pages }}
|
|||
-->
|
||||
{% for post in paginator.posts %}
|
||||
<div class="row">
|
||||
<div class="small-12 columns bottom-60">
|
||||
<div class="small-12 columns b60">
|
||||
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small> {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}</small></span></p>
|
||||
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<p>
|
||||
|
|
Reference in a new issue