We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bc72a commit 733a79bCopy full SHA for 733a79b
ui-bundle/partials/header-content.hbs
@@ -19,6 +19,7 @@
19
<div id="topbar-nav" class="navbar-menu">
20
<div class="navbar-end">
21
<a class="navbar-item" href="#">Home</a>
22
+ <a class="navbar-item" href="https://blog.trustyai.org">Blog</a>
23
{{!-- <div class="navbar-item has-dropdown is-hoverable">
24
<a class="navbar-link" href="#">Components</a>
25
<div class="navbar-dropdown">
@@ -35,11 +36,6 @@
35
36
<a class="navbar-item" href="#">Service C</a>
37
</div>
38
</div> --}}
- <div class="navbar-item">
39
- <span class="control">
40
- <a class="button is-primary" href="#">Download</a>
41
- </span>
42
- </div>
43
44
45
</nav>
0 commit comments