Update Canonical_url

This commit is contained in:
Nyymix 2025-05-04 20:19:32 +03:00
parent 7d52895b19
commit bf084c2085
4 changed files with 48 additions and 19 deletions

View file

@ -7,6 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{% trans "Muistox Photo Gallery" %}">
<title>{% trans "Slideshow" %} : {{ photo.album.name }} - {% trans "Gallery" %} </title>
{% if canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
{% endif %}
{% if next_photo %}
<meta http-equiv="refresh" content="5; url={% url 'gallery:photo_slideshow_url' next_photo.album.slug next_photo.slug %}" />
{% endif %}