We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec20771 commit f93e42dCopy full SHA for f93e42d
openlibrary/plugins/openlibrary/api.py
@@ -866,7 +866,7 @@ def build_homepage():
866
navigation=[
867
Navigation(
868
type="application/opds+json",
869
- title=f'{subject['emoji']} {subject['presentable_name']}',
+ title=subject['presentable_name'],
870
href=f'{provider.BASE_URL}{provider.SEARCH_URL}?sort=trending&query=subject_key:{subject['key'].split('/')[-1]} -subject:"content_warning:cover" ebook_access:[borrowable TO *]', # noqa: E501
871
)
872
for subject in get_cached_featured_subjects()
0 commit comments