change in gensi template

bookshelf_change
Marshall 2020-05-25 17:59:35 -04:00
parent 5cf53f17c0
commit 71149e5e0c
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ class BookshelfSearchPage (SearchPage):
if len (os.query):
sql.fulltext ('bookshelves.tsvec', os.query)
os.title = _("<a href=\"ebooks/bookshelf/\">Bookshelves</a>: {bookshelf}").format (bookshelf = os.query)
os.title = _("Bookshelves: {bookshelf}").format (bookshelf = os.query)
class AuthorPage (SearchPage):

View File

@ -35,7 +35,7 @@ which contains *all* Project Gutenberg metadata in one RDF/XML file.
<head >
${site_head ()}
<title>${os.title} - ${os.pg}</title>
<title><a href="/ebooks/bookshelf/">${os.title} - ${os.pg}</a></title>
<link rel="self"
i18n:comment="Link pointing to the same page the user is viewing."