From cdd7466d73c32d88cbbcd0fb70c2bec3bd616369 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan Date: Thu, 8 Sep 2022 21:10:43 +0530 Subject: [PATCH] Sanjaiyan: Optimizations && Improvements --- _includes/head.html | 30 +++++++++++++++++++++++++++++- _includes/js.html | 17 ----------------- _layouts/default.html | 1 - _layouts/single-page.html | 1 - 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index cb782d6..3031373 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,12 +2,15 @@ + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + + @@ -32,6 +35,31 @@ gtag('config', 'G-E1791TT8WL'); + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_includes/js.html b/_includes/js.html index 1e8d955..8b13789 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - diff --git a/_layouts/default.html b/_layouts/default.html index 040ec39..501973a 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,6 @@ {% include footer.html %} {% include modals.html %} - {% include js.html %} diff --git a/_layouts/single-page.html b/_layouts/single-page.html index 228b032..66f7e26 100644 --- a/_layouts/single-page.html +++ b/_layouts/single-page.html @@ -11,7 +11,6 @@ {% include footer.html %} {% include modals.html %} - {% include js.html %}