More sawtooth, organization

This commit is contained in:
Madison Scott-Clary
2017-11-26 00:42:42 -08:00
parent 40bf1419ed
commit ce5a4c6e6a
11 changed files with 902 additions and 120 deletions

View File

@ -10,7 +10,7 @@ layout: home-page
{% for post in site.tags.Sawtooth %}
<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">