Skip to content

Commit

Permalink
Merge pull request #20 from opennms-forge/jira/NMS-13862
Browse files Browse the repository at this point in the history
NMS-13862: Fix base URL in sitemap generation
  • Loading branch information
indigo423 authored Dec 17, 2021
2 parents 15f6418 + 567aacf commit f42f3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<header class="header">
<nav class="navbar">
<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>
<a href="https://www.opennms.com"><img class="navbar-logo" src="{{{uiRootPath}}}/img/logotype.svg"/></a>
<a class="navbar-site-title" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">{{site.title}}</a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
Expand Down

0 comments on commit f42f3f0

Please sign in to comment.