From abe84ae69d7c53cfe881a4fb66fb43ec0b0bb89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 11 Apr 2024 23:41:17 +0200 Subject: [PATCH] Add deps_config.js loading back Closes #1893. --- lib/ex_doc/formatter/html/templates/head_template.eex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ex_doc/formatter/html/templates/head_template.eex b/lib/ex_doc/formatter/html/templates/head_template.eex index f7b46e8bd..343289459 100644 --- a/lib/ex_doc/formatter/html/templates/head_template.eex +++ b/lib/ex_doc/formatter/html/templates/head_template.eex @@ -23,6 +23,7 @@ + <%# Extra content specified by the user (e.g. custom CSS) %> <%= before_closing_head_tag(config, :html) %>