Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://stackable.tech">{{!--site.title--}}<img src="{{{uiRootPath}}}/img/stackable-logo.png"></a>
<a class="navbar-item documentation-link" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">Documentation</a>
<a class="navbar-item" href="https://stackable.tech/en/">{{!--site.title--}}<img src="{{{uiRootPath}}}/img/stackable-logo.png"></a>
<a class="navbar-item documentation-link" href="{{{or site.homeUrl site.url}}}">Documentation</a>
{{#if env.SITE_SEARCH_PROVIDER}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field">
Expand All @@ -16,7 +16,7 @@
<span></span>
<span></span>
</button>
<a href="https://www.stackable.tech/contact/" class="button pull-right">Contact Us</a>
<a href="https://www.stackable.tech/en/contact/" class="button pull-right">Contact Us</a>
</div>
<div id="topbar-nav" class="navbar-menu">
</div>
Expand Down