Skip to content

Commit 330edaa

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Don't create a duplicate title on rustdoc pages
Since the LOL HTML rewrite, we show both the rustdoc title and the docs.rs title. We should only show the rustdoc title.
1 parent 00449a2 commit 330edaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/rustdoc/head.html

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
<link rel="stylesheet" href="/style.css?{{ docsrs_version() | slugify }}" type="text/css" media="all" />
88

99
<link rel="search" href="/opensearch.xml" type="application/opensearchdescription+xml" title="Docs.rs">
10-
11-
<title>{{ macros::doc_title(name=krate.name, version=krate.version) }}</title>

0 commit comments

Comments
 (0)