From d2307fc7a78b28ce0490096c4dc981ca9a7e24ea Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Mon, 21 Oct 2024 19:37:31 +0200 Subject: [PATCH] fix support for missing rustdoc CSS in header --- templates/rustdoc/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/rustdoc/head.html b/templates/rustdoc/head.html index 1c5600ab0..de9df7021 100644 --- a/templates/rustdoc/head.html +++ b/templates/rustdoc/head.html @@ -6,7 +6,9 @@ {%- let build_slug2 = slug::slugify(crate::BUILD_VERSION) -%} {%- endif -%} - + {%- if let Some(css_file) = rustdoc_css_file -%} + + {%- endif -%}