templates: sync wcs variants to get a proper <title> (#74078)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2023-02-03 14:11:02 +01:00
parent 9bb81d7edd
commit 1c02fce65f
5 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}

View File

@ -1,6 +1,8 @@
{% extends theme_base %}
{% load static %}
{% block title %}{{ page_title }}{% endblock %}
{% block extra-top-head %}
{{script|safe}}
{% endblock %}