mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Add home books
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{% block content %}
|
||||
<div class="foreground">
|
||||
<h2>These are some of my books lol</h2>
|
||||
<h3>hover to reveal review</h3>
|
||||
<h2>These are some of the books I own that I've read.</h2>
|
||||
<h3>"You can't judge a book by its cover but you can judge a person by the books they read" - Me, today.</h3>
|
||||
<h4>hover to reveal review</h4>
|
||||
<div class="booklist flex wrap mobileV">
|
||||
{% for i in var.books.books %}
|
||||
<div id="'{{i}}'" class="bookReview">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% macro bookshelf(books) %}
|
||||
<a href="/books">
|
||||
<div class="bookshelf">
|
||||
<h5 class="bookshelfHeader">I read things:</h5>
|
||||
<h5 class="bookshelfHeader">Check out the things I read:</h5>
|
||||
<div class="bookContainer">
|
||||
{% for i in books.selection %} {% set book = books.books[i] %}
|
||||
<a href="/books#'{{i}}'">
|
||||
|
||||
Reference in New Issue
Block a user