strava embed

This commit is contained in:
2024-06-12 18:57:33 -05:00
parent 7486949ff9
commit 06e072b050
3 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
{% macro bookshelf(books) %}
<a href="/books">
<div class="bookshelf">
<div class="bookshelf" onclick="goto('books')">
<div class="flex">
<h4 class="bookshelfHeader">Check out the things I read:</h4>
<p class='nomargin'>See More >></p>
@@ -19,5 +18,4 @@
{% endfor %}
</div>
</div>
</a>
{% endmacro %}