From df34faff6a0826feef2c93ec671490e674d127a6 Mon Sep 17 00:00:00 2001 From: Udit Patel Date: Sat, 4 Jul 2020 22:12:22 +0530 Subject: [PATCH] added single js for home and other pages --- _includes/js.html | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/_includes/js.html b/_includes/js.html index a353236..40c79b0 100644 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,8 +1,31 @@ - - - - +{% if page.title == 'Home' %} - - - + + + + + + + + + + + + + +{% elsif page.layout == 'default' %} + + + + + + + + + + + + + + +{% endif %}