Skip to content

Commit

Permalink
add product list
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrew committed Oct 2, 2024
1 parent b04c01a commit 5dfc982
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
{{/if}}
</div>
<div id="topbar-nav" class="navbar-menu">


<div class="navbar-end">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Products</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="{{or site.url siteRootPath }}/txprevent/1.0/index.html">TX Prevent</a>
<a class="navbar-item" href="{{or site.url siteRootPath }}/txprotect/3.20/index.html">TX Protect</a>
</div>
</div>
{{#if page.attributes.pdf-filename}}
<div class="navbar-item">
<span class="control">
Expand Down

0 comments on commit 5dfc982

Please sign in to comment.