From 7c3cf095f3cde6d10ffb3d80d1db7bd5b6e8e4b1 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 10 Sep 2021 16:47:59 -0700 Subject: [PATCH] Adds opensearch xml file --- bookwyrm/templates/layout.html | 4 +++- bookwyrm/templates/opensearch.xml | 13 +++++++++++++ bookwyrm/urls.py | 1 + bookwyrm/views/wellknown.py | 5 +++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 bookwyrm/templates/opensearch.xml diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 1c8088164..a5d6a803e 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -10,6 +10,8 @@ + + {% if preview_images_enabled is True %} @@ -34,7 +36,7 @@ -