Skip to content

Commit 9f9faa5

Browse files
Fix invalid title on search results page
1 parent 6c9c2f4 commit 9f9faa5

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)