From a6aa4ea6989279b7be400d816a7884f994d3309e Mon Sep 17 00:00:00 2001 From: Udit Patel Date: Sat, 4 Jul 2020 22:25:21 +0530 Subject: [PATCH] added logo.html to include folder --- _includes/logo.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _includes/logo.html diff --git a/_includes/logo.html b/_includes/logo.html new file mode 100644 index 0000000..726bf0a --- /dev/null +++ b/_includes/logo.html @@ -0,0 +1,25 @@ +{% if page.title == 'Home' %} + + + + + + lbry-foundation-logo + + + + + +{% elsif page.layout == 'default' %} + + + + + + lbry-foundation-logo + + + + + +