Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://stackable.de">{{!--site.title--}}<img src="{{{uiRootPath}}}/img/stackable-logo.png"></a>
<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>
{{#if env.SITE_SEARCH_PROVIDER}}
<div class="navbar-item search hide-for-print">
Expand All @@ -16,7 +16,7 @@
<span></span>
<span></span>
</button>
<a href="https://www.stackable.de/en/contact/" class="button pull-right">Contact Us</a>
<a href="https://www.stackable.tech/contact/" class="button pull-right">Contact Us</a>
</div>
<div id="topbar-nav" class="navbar-menu">
</div>
Expand Down