Skip to content

Commit

Permalink
Hide the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Nov 9, 2021
1 parent 79b083a commit 0da6599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion views/stanford/about_index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 0da6599

Please sign in to comment.