More sawtooth, organization

This commit is contained in:
Madison Scott-Clary
2017-11-26 00:42:42 -08:00
parent 938b939ee0
commit 283679523e
11 changed files with 902 additions and 120 deletions

View File

@ -13,7 +13,7 @@ layout: home-page
{% for post in paginator.posts %}
<li>
<div class="post-card{% cycle ' light-purple', '', ' light-gray', ' light-pink' %}">
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | prepend: site.baseurl | append : post.img}} )"{% endif %}>
<a href="{{post.url | prepend: site.baseurl}}" class="post-card-image"{% if post.img %} style="background-image: url( {{ "/assets/img/" | append : post.img}} )"{% endif %}>
</a>
<div class="post-card-body">