From f84837ef9b67da6297489f834795e00f5a9f0320 Mon Sep 17 00:00:00 2001 From: b_b Date: Mon, 1 Jun 2020 20:43:11 +0200 Subject: [PATCH] plugins: add hooks for index.html template ref #3978 --- src/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/templates/index.html b/src/templates/index.html index 69cebc7a7..5c1aa1d31 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -156,7 +156,9 @@ } } + <% e.begin_block("indexCustomStyles"); %> + <% e.end_block(); %>
<% e.begin_block("indexWrapper"); %> @@ -177,9 +179,12 @@ <% e.end_block(); %>
+ <% e.begin_block("indexCustomScripts"); %> + <% e.end_block(); %>