mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(serie): add info about page's serie
If the page is part of a serie, at least the title is displayed. If configured, the description and the list of the other articles of the serie can also be displayed.
This commit is contained in:
parent
2b013c6581
commit
e5c8145918
5 changed files with 83 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ see_changes = "See changes"
|
|||
table_of_contents = "Table of Contents"
|
||||
load_comments = "Load comments"
|
||||
|
||||
# Serie.
|
||||
page_of_a_serie = "This article is part of the serie: "
|
||||
|
||||
# Copy code block button.
|
||||
copied = "Copied!"
|
||||
copy_code_to_clipboard = "Copy code to clipboard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue