From 06e072b050383b7d012768c07fbce82c78e19b45 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Wed, 12 Jun 2024 18:57:33 -0500 Subject: [PATCH] strava embed --- src/static/css/App.css | 1 + src/templates/home.html | 16 ++++++++++++++-- src/templates/partials/bookshelf.html | 4 +--- 3 files changed, 16 insertions(+), 5 deletions(-) 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 %}