diff options
Diffstat (limited to 'fatcat_scholar')
-rw-r--r-- | fatcat_scholar/web.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/web.py b/fatcat_scholar/web.py index 1a46bc3..00a23d6 100644 --- a/fatcat_scholar/web.py +++ b/fatcat_scholar/web.py @@ -278,7 +278,7 @@ def web_feed_rss( rss_items.append( # NOTE(i18n): could prefer "original title" and abstract based on lang context fastapi_rss.Item( - title=scholar_doc.biblio.title or f"(Microfilm Page)", + title=scholar_doc.biblio.title or "(Microfilm Page)", link=f"https://scholar.archive.org{lang.prefix}/work/{scholar_doc.work_ident}", description=abstract, author=authors, |