From 0da6599378605b96d5b8e53462baca49555ad8ba Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 8 Nov 2021 20:41:14 -0800 Subject: [PATCH] Hide the logo --- views/layout.pug | 2 +- views/stanford/about_index.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index d4ea8a458..571fc01b0 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -38,7 +38,7 @@ html span.icon-bar span.icon-bar a.navbar-brand.scroller.hidden-xs.hidden-sm(href='/') - img.logo_top(src=Config.ASSET_CDN + '/images/almond.png') + //img.logo_top(src=Config.ASSET_CDN + '/images/almond.png') span= _("Genie") span.navbar-brand.scroller.hidden-md.hidden-lg(aria-hidden='true') block page_name diff --git a/views/stanford/about_index.pug b/views/stanford/about_index.pug index db4917a24..a7199e718 100644 --- a/views/stanford/about_index.pug +++ b/views/stanford/about_index.pug @@ -38,7 +38,7 @@ block content div.row div.col-lg-12 h1#almond-title - img(src=Config.ASSET_CDN + '/images/logo.png',style='display:inline-block;padding-right:12px;height:1em;vertical-align:bottom') + //img(src=Config.ASSET_CDN + '/images/logo.png',style='display:inline-block;padding-right:12px;height:1em;vertical-align:bottom') = _("Genie") h2#almond-subtitle= _("The Open, Privacy-Preserving Virtual Assistant")