templates/page.html: add missing space
Previously there was no space between the title and the closed indicator.
This commit is contained in:
parent
65d5c780a8
commit
51bd9b0788
1
NEWS
1
NEWS
|
@ -2,6 +2,7 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
|
SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
|
||||||
|
|
||||||
• Add links to Hydra
|
• Add links to Hydra
|
||||||
|
• Add missing space before "(closed)" in PR title
|
||||||
• Update dependencies
|
• Update dependencies
|
||||||
|
|
||||||
pr-tracker 1.1.0 (2021-06-06)
|
pr-tracker 1.1.0 (2021-06-06)
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
("{{ pr_title }}")
|
("{{ pr_title }}")
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- endmatch -%}
|
{%- endmatch -%}
|
||||||
{% if closed -%}
|
{% if closed %}
|
||||||
(closed)
|
(closed)
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue