We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcbe5d3 + 20c3b96 commit ca56f70Copy full SHA for ca56f70
1 file changed
app/views/layouts/_site_nav.html.erb
@@ -1,8 +1,10 @@
1
<div class="wrap-outer-header-local layout-band">
2
<div class="wrap-header-local">
3
- <div class="local-identity">
4
- <h2 class="title title-site"><a href="/">Site Title</a></h2>
5
- </div>
+ <%= unless ENV['PLATFORM_NAME'] %>
+ <div class="local-identity">
+ <h2 class="title title-site"><a href="/">Site Title</a></h2>
6
+ </div>
7
+ <% end %>
8
<div class="wrap-local-nav">
9
<div class="wrap-bar">
10
<nav class="local-nav" aria-label="Main menu">
0 commit comments