More sawtooth, organization
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user