bookwyrm/bookwyrm/templates
Adeodato Simó 698e74a496
Minor vocabulary fixes and structured data improvements (#3036)
* Remove duplicate Review object under `rating` property

This was preventing validation, since `rating` is not a valid property
(`review` is, which is created from book.html already).

* Drop `bestRating` property in ratings, since it defaults to 5

See <https://schema.org/bestRating> ("If bestRating is omitted,
5 is assumed").

* Create Rating object (and its enclosing Review) in book/rating.html

* Use `position` property for Book objects in a series

`volumeNumber`, previously used, is only valid for objects of type
PublicationVolume (which series members are not).

* Give URL of book series when setting of `isPartOf`

* series.html: Add empty BookSeries object

---------

Co-authored-by: Adeodato Simó <dato@users.noreply.github.com>
2023-10-21 17:53:24 +02:00
..
about Use language in cachey key for about_page_superlatives 2022-12-26 17:50:51 +01:00
annual_summary fix #2508 2022-12-16 10:38:08 +08:00
author Drop duplicate author link to ISFDB 2023-10-09 01:16:32 -03:00
book Minor vocabulary fixes and structured data improvements (#3036) 2023-10-21 17:53:24 +02:00
components Removes tooltip component 2022-03-21 12:32:53 -07:00
confirm_email Remove error reporting on resend to invalid email address 2022-07-14 12:23:43 -07:00
directory Make sure defaults are set on directory filters 2023-08-06 15:37:26 -07:00
discover fix: missing expand variable 2023-02-22 17:25:11 +01:00
email Add attributes to images to hint async load 2023-03-01 14:14:42 +01:00
feed Only use chronological pagination sometimes 2023-02-25 15:56:58 -08:00
get_started Disable Spellcheck on header search inputs 2023-07-30 22:33:08 +02:00
groups Uses {% empty %} instead of if statements 2023-08-06 19:35:50 -07:00
guided_tour Added support for secure cookies and django-csp 2023-02-01 12:59:10 -08:00
import Updates locales and version number for release 2023-10-02 09:42:22 -07:00
landing Specificy fragment name in cache key for landing page 2022-12-26 17:52:03 +01:00
lists Uses {% empty %} instead of if statements 2023-08-06 19:35:50 -07:00
notifications Adds missing template and migration files 2023-02-22 10:46:01 -08:00
ostatus Add attributes to images to hint async load 2023-03-01 14:14:42 +01:00
preferences spelling: separate 2023-04-04 20:02:54 -04:00
reading_progress Fix stopped reading status model in non-javascript environment 2022-02-25 22:39:42 +01:00
readthrough Save and display stopped date in readthrough 2022-05-26 11:53:33 -07:00
rss Always use underscores in html ids 2021-08-08 19:44:12 -07:00
search Disable Spellcheck on header search inputs 2023-07-30 22:33:08 +02:00
settings Don't rely on ids to target inputs from labels 2023-08-25 13:33:55 -06:00
setup Add attributes to images to hint async load 2023-03-01 14:14:42 +01:00
shelf add support for title sort to ignore initial article 2023-04-24 23:29:55 -05:00
snippets Minor vocabulary fixes and structured data improvements (#3036) 2023-10-21 17:53:24 +02:00
two_factor_auth Add attributes to images to hint async load 2023-03-01 14:14:42 +01:00
user Merge pull request #2947 from bookwyrm-social/small-ui-fixes 2023-08-19 15:09:12 -07:00
widgets Uses custom date select widget for publication dates 2022-03-19 08:45:10 -07:00
404.html Fixes error pages 2021-03-29 18:47:21 -07:00
500.html Fixes error pages 2021-03-29 18:47:21 -07:00
compose.html Show status header on edit page 2021-10-15 14:45:26 -07:00
embed-layout.html Add: installable as PWA 2023-09-07 13:41:31 +01:00
hashtag.html Add basic view listing activities from a given hashtag 2023-03-07 12:59:32 +01:00
host_meta.xml Fixes indentation on host-meta xml 2021-03-29 14:55:23 -07:00
layout.html Show/Hide password icon 2023-10-18 21:33:37 +05:30
manifest.json Display site name and description for PWA manifest 2023-10-07 13:32:49 +01:00
opensearch.xml fix opensearch template 2023-08-30 20:15:20 +10:00
report.html Adds id to report page 2022-01-27 20:05:17 -08:00
robots.txt Expand robots.txt 2022-11-19 10:03:40 -08:00
user_menu.html Add back button to user submenu on mobile 2022-12-23 20:17:35 +01:00