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")