Fix minor issues
- fixed indentation - moved navbars and policy popup to "partials" - fixed broken image if website icon wasn't set
This commit is contained in:
8
partials/navbar-primary.hbs
Normal file
8
partials/navbar-primary.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
<nav id="mind-global-navbar_primary" class="mind-global-navbar_primary unselectable">
|
||||
<a href="/">
|
||||
{{#if @site.icon}}
|
||||
<img src="{{img_url @site.icon size="xxs"}}" alt="Website Logo"/>
|
||||
{{/if}}
|
||||
</a>
|
||||
{{navigation}}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user