diff --git a/src/static/css/App.css b/src/static/css/App.css index eabd300..b07036a 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -835,6 +835,7 @@ a { padding: 10px; border: solid 2px #553; background-image: url("/static/photos/wood.jpg"); + cursor: pointer; } .bookshelfHeader { diff --git a/src/templates/home.html b/src/templates/home.html index 28f377b..6debf9f 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -62,9 +62,21 @@ }}
- {% from 'partials/bookshelf.html' import bookshelf %} {{ - bookshelf(var.books) }} +
+ {% from 'partials/bookshelf.html' import bookshelf %} {{ + bookshelf(var.books) }} +

+
+ +
duck spinning -
+

Check out the things I read:

See More >>

@@ -19,5 +18,4 @@ {% endfor %}
- {% endmacro %}