Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 47c0f09

Browse files
committed
Include repository links in header
1 parent 9f6af20 commit 47c0f09

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

supplemental_ui/partials/header-content.hbs

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
</div>
1010
</div>
1111
{{/if}}
12-
{{!--
12+
1313
<button class="navbar-burger" data-target="topbar-nav">
1414
<span></span>
1515
<span></span>
1616
<span></span>
1717
</button>
18-
--}}
1918
</div>
20-
{{!--
2119
<div id="topbar-nav" class="navbar-menu">
2220
<div class="navbar-end">
2321
<div class="navbar-item has-dropdown is-hoverable">
@@ -28,8 +26,22 @@
2826
{{/each}}
2927
</div>
3028
</div>
29+
<div class="navbar-item has-dropdown is-hoverable">
30+
<a class="navbar-link" href="#">Repositories</a>
31+
<div class="navbar-dropdown">
32+
<a class="navbar-item" href="https://github.com/clojurephant/clojurephant">clojurephant</a>
33+
<a class="navbar-item" href="https://github.com/clojurephant/sample-clojurephant-clj-lib">
34+
sample-clojurephant-clj-lib
35+
</a>
36+
<a class="navbar-item" href="https://github.com/clojurephant/sample-clojurephant-clj-app">
37+
sample-clojurephant-clj-app
38+
</a>
39+
<a class="navbar-item" href="https://github.com/clojurephant/sample-clojurephant-cljs-app">
40+
sample-clojurephant-cljs-app
41+
</a>
42+
</div>
43+
</div>
3144
</div>
3245
</div>
33-
--}}
3446
</nav>
3547
</header>

0 commit comments

Comments
 (0)