Skip to content

Commit

Permalink
Merge pull request #10 from opennms-forge/jira/NMS-13348
Browse files Browse the repository at this point in the history
NMS-13348: Move the new logo in the branding section
  • Loading branch information
indigo423 authored Jun 2, 2021
2 parents b37947c + 3b6a71b commit 1996035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="header">
<nav class="navbar">
<a href="{{{or site.url (or siteRootUrl siteRootPath)}}}"><img class="navbar-logo" src="{{{uiRootPath}}}/img/logotype.svg"/></a>
<div class="navbar-brand">
<a href="{{{or site.url (or siteRootUrl siteRootPath)}}}"><img class="navbar-logo" src="{{{uiRootPath}}}/img/logotype.svg"/></a>
<a class="navbar-site-title" href="https://docs.opennms.com">{{site.title}}</a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
Expand Down Expand Up @@ -51,3 +51,4 @@
</div>
</nav>
</header>

0 comments on commit 1996035

Please sign in to comment.