Merge branch 'more-sawtooth'

This commit is contained in:
Madison Scott-Clary
2018-01-26 21:02:31 -08:00
12 changed files with 1171 additions and 125 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">