Fix canonical issue

This commit is contained in:
Matthias Portzel 2023-03-15 08:51:34 -04:00
parent ec51d8c3a0
commit 9b9fc5cd3e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{% endblock %} -->
{% block head %}
{% if not first_page %}
{% if not is_first_page %}
<link rel="canonical" href="/?page={{ page.slug }}">
{% else %}
<link rel="canonical" href="/">