Skip to content

Commit

Permalink
Update books.html
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 28, 2024
1 parent 19e5d73 commit 6fe31e8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _includes/post/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
</div>
{% else %}
<div class="book-img">
<img
loading="lazy"
alt=""
src="https://yo.katydecorah.com/book-{{book.isbn}}.png"
/>
{% capture image %}{% if book.image %}{{book.image}}{% else
%}book-{{book.isbn}}.png{% endif %}{% endcapture %}
<img loading="lazy" alt="" src="https://yo.katydecorah.com/{{image}}" />
</div>
<div>
<div class="book-name"><strong>{{ book.title }}</strong></div>
Expand Down

0 comments on commit 6fe31e8

Please sign in to comment.