Book Update

This commit is contained in:
2024-02-12 19:22:09 -06:00
parent 44a902c8f2
commit aa620d0667
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
{% macro bookshelf(books) %}
<a href="/books">
<div class="bookshelf">
<h5 class="bookshelfHeader">Check out the things I read:</h5>
<div class="flex">
<h4 class="bookshelfHeader">Check out the things I read:</h4>
<p class='nomargin'>See More >></p>
</div>
<div class="bookContainer">
{% for i in books.selection %} {% set book = books.books[i] %}
<a href="/books#'{{i}}'">