feat(series): reference the series in its pages

The reference is configurable from none to link to summary to something completely custom.
This commit is contained in:
ZzMzaw 2024-10-05 07:42:36 +02:00
parent 45705ed9c6
commit e1bdb01b6a
10 changed files with 219 additions and 0 deletions

View file

@ -5,6 +5,7 @@
{% import "macros/settings.html" as macros_settings %}
{% import "macros/table_of_contents.html" as macros_toc %}
{% import "macros/translate.html" as macros_translate %}
{% import "macros/series_page.html" as macros_series_page %}
{# Load the internationalisation data for the current language from
the .toml files in the user's '/i18n' folder, falling back to the theme's.