Skip to content

Commit

Permalink
Merge pull request #12 from myuki/patch-1
Browse files Browse the repository at this point in the history
Fix some typo
  • Loading branch information
majora2007 authored Jul 11, 2024
2 parents 817e5b9 + c7548a9 commit 069f35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/guides/metadata/epubs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Some books belong together, like in the example, Harry Potter. Sure, we can have
In order for Kavita to show a Specials tab for a series, the following conditions must be met:

1. The filename MUST contain the SP markers (SP01, SP02, etc)
2. The internal metadata must have the `calibre:serie`s tag set to the Series it should be included in and a `calibre:series_index` of `0`
2. The internal metadata must have the `calibre:series` tag set to the Series it should be included in and a `calibre:series_index` of `0`
3. The title tag must be set with the title of the Special
```
<meta name="calibre:series">Harry Potter</meta>
<meta name="calibre:series_index">0</meta>
<dc:title>Harry Potter: A day in the life</dc:title>
```
```

0 comments on commit 069f35a

Please sign in to comment.