mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Book Update
This commit is contained in:
@@ -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}}'">
|
||||
|
||||
Reference in New Issue
Block a user