From 69db8a1d151d920312eef7391b3dc3ae690ee63e Mon Sep 17 00:00:00 2001 From: Udit Patel Date: Sat, 4 Jul 2020 20:55:50 +0530 Subject: [PATCH] added single head for home and other pages added single head for home and other pages using IF ELSE --- _includes/head.html | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index e8b31dd..bbfbaf3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,39 @@ +{% if page.title == 'Home' %} + + + + + + + LBRY Foundation + + + + + + + + + + + + + + + + + +{% elsif page.layout == 'default' %} + + LBRY Foundation - + + @@ -16,3 +45,6 @@ + + +{% endif %}