templates/page.html: add missing space

Previously there was no space between the title and the closed
indicator.
This commit is contained in:
Alyssa Ross 2022-02-22 16:06:22 +00:00
parent 65d5c780a8
commit 51bd9b0788
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0
2 changed files with 2 additions and 1 deletions

1
NEWS
View file

@ -2,6 +2,7 @@ SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
• Add links to Hydra
• Add missing space before "(closed)" in PR title
• Update dependencies
pr-tracker 1.1.0 (2021-06-06)

View file

@ -190,7 +190,7 @@
("{{ pr_title }}")
{%- else -%}
{%- endmatch -%}
{% if closed -%}
{% if closed %}
(closed)
{%- endif -%}
</li>