Skip to content

Commit 3e2f1c0

Browse files
Merge pull request #1458 from GuillaumeGomez/invalid-search-title
Fix invalid title on search results page
2 parents a5a8cf2 + 9f9faa5 commit 3e2f1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/releases/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%- extends "base.html" -%}
22
{%- import "releases/header.html" as release_macros -%}
33

4-
{%- block title -%}Releases - Docs.rs{%- endblock title -%}
4+
{%- block title -%}{{ title | default(value="Releases - Docs.rs")}}{%- endblock title -%}
55

66
{%- block header -%}
77
{# These all have defaults so searches work #}

0 commit comments

Comments
 (0)