From 7dac3fa7fe2ac74593a189fbef15b66bd29d74fa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 2 Oct 2021 17:11:38 +0300 Subject: footer: add support for custom_js --- _includes/common/footer.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_includes/common') diff --git a/_includes/common/footer.html b/_includes/common/footer.html index 01fa784..0e2aecf 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -21,5 +21,10 @@ + {% if page.custom_js %} + {% for js in page.custom_js %} + + {% endfor %} + {% endif %} -- cgit v1.2.3