From 47204812193eb8e3efd891afb67dac419f03090e Mon Sep 17 00:00:00 2001
From: Mouse Reeve
Date: Thu, 1 Apr 2021 08:02:42 -0700
Subject: [PATCH] Fixes accessibility bugs
---
bookwyrm/templates/get_started/books.html | 28 ++++------------------
bookwyrm/templates/get_started/layout.html | 4 ++--
2 files changed, 6 insertions(+), 26 deletions(-)
diff --git a/bookwyrm/templates/get_started/books.html b/bookwyrm/templates/get_started/books.html
index eb10f4ed..110bced2 100644
--- a/bookwyrm/templates/get_started/books.html
+++ b/bookwyrm/templates/get_started/books.html
@@ -6,7 +6,7 @@
{% trans "What are you reading?" %}
{% for book in popular_books %}
-
- {% include 'snippets/book_cover.html' with book=book %}
-
-
-
-
+ {% include 'get_started/book_preview.html' %}
{% endfor %}
diff --git a/bookwyrm/templates/get_started/layout.html b/bookwyrm/templates/get_started/layout.html
index b6d373fd..18da2fb3 100644
--- a/bookwyrm/templates/get_started/layout.html
+++ b/bookwyrm/templates/get_started/layout.html
@@ -5,11 +5,11 @@
{% block content %}
{% with site_name=site.name %}
-