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:
ZzMzaw 2024-07-26 07:36:29 +02:00
parent 2b013c6581
commit e5c8145918
5 changed files with 83 additions and 0 deletions

View file

@ -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"