From 013eb150b12522baf20948f6c9a20634dd31b689 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sat, 15 Aug 2020 09:59:58 -0400 Subject: [PATCH] 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. --- templates/rustdoc/head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/rustdoc/head.html b/templates/rustdoc/head.html index 5ca744860..71eefc5ed 100644 --- a/templates/rustdoc/head.html +++ b/templates/rustdoc/head.html @@ -7,5 +7,3 @@ - - {{ macros::doc_title(name=krate.name, version=krate.version) }}