Skip to content

Commit de97cf4

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/cache-4.2.2
2 parents a970cf9 + 5a2989c commit de97cf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
args: ["--py39-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
18-
rev: "1.22.2"
18+
rev: "1.23.1"
1919
hooks:
2020
- id: django-upgrade
2121
args: [--target-version, "4.2"]
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.1.1
24+
rev: 7.1.2
2525
hooks:
2626
- id: flake8
2727
additional_dependencies:
@@ -33,6 +33,6 @@ repos:
3333
- flake8-logging-format
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: v2.5.0
36+
rev: v2.5.1
3737
hooks:
3838
- id: pyproject-fmt

djangocms_frontend/templates/djangocms_frontend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:description" content="{% page_attribute meta_description %}"/>
1313
{% endblock meta %}
1414
{% block canonical_url %}
15-
<link rel="canonical" href="{{ request.build_absolute_uri|urlencode:"&?" }}"/>
15+
<link rel="canonical" href="{{ request.build_absolute_uri|urlencode:":/&?" }}"/>
1616
<meta property="og:url" content="{{ request.build_absolute_uri|urlencode:"&?" }}"/>
1717
{% endblock canonical_url %}
1818
{% block fb_meta %}{% endblock fb_meta %}

0 commit comments

Comments
 (0)