- commit
- 91295cfd6db8e7604ccbdfb058a0a95689721a47
- parent
- 6ba49b56db8a7527e06282a1d3d1a535db4c907c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-07 11:00
include series name in video title
Diffstat
M | templates/video.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.html b/templates/video.html
@@ -1,6 +1,6 @@ 1 1 {% extends 'base.html' %} 2 23 -1 {% block title %}{{ title }} - {{ super() }}{% endblock %}-1 3 {% block title %}{{ title }} · {% if metadata.series_name %}{{ metadata.series_name }} ·{% endif %} {{ super() }}{% endblock %} 4 4 5 5 {% block content %} 6 6 <div class="relative">