|
3 | 3 | <div class="navbar-brand"> |
4 | 4 | {{!-- <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}"> --}} |
5 | 5 | <a class="navbar-item" href="/"> |
6 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
7 | 6 | {{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}} |
8 | 7 | {{!-- <img class="navbar-logo" src="{{{uiRootPath}}}/img/logo.svg" alt="{{ site.title }}" /> --}} |
9 | | - </a> |
10 | 8 |
|
11 | | - {{#if (eq page.attributes.theme "docs") }} |
| 9 | + {{#if (eq page.attributes.theme "docs") }} |
| 10 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
| 11 | + </a> |
12 | 12 | <a href="/docs/" class="navbar-item no-left-padding" aria-label="Docs"> |
13 | 13 | Docs |
14 | 14 | </a> |
15 | | - {{else if (eq page.attributes.theme "cheat-sheet")}} |
| 15 | + {{else if (eq page.attributes.theme "cheat-sheet")}} |
| 16 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
| 17 | + </a> |
16 | 18 | <a href="/docs/cypher-cheat-sheet/" class="navbar-item no-left-padding" aria-label="Labs"> |
17 | 19 | Cypher Cheat Sheet |
18 | 20 | </a> |
19 | | - {{else if (eq page.attributes.theme "labs")}} |
| 21 | + {{else if (eq page.attributes.theme "labs")}} |
| 22 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
| 23 | + </a> |
20 | 24 | <a href="/labs/" class="navbar-item no-left-padding" aria-label="Labs"> |
21 | 25 | Labs |
22 | 26 | </a> |
23 | | - {{else if (eq page.attributes.theme "kb")}} |
24 | | - {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 27 | + {{else if (eq page.attributes.theme "kb")}} |
| 28 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
| 29 | + {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 30 | + </a> |
25 | 31 | <a href="/developer/kb/" class="navbar-item no-left-padding page-name-white" aria-label="Knowledge Base"> |
26 | 32 | Knowledge Base |
27 | 33 | </a> |
28 | | - {{else if (eq page.attributes.theme "training")}} |
29 | | - {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 34 | + {{else if (eq page.attributes.theme "training")}} |
| 35 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
| 36 | + {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 37 | + </a> |
30 | 38 | <a href="/graphacademy/online-training/" class="navbar-item no-left-padding page-name-white" aria-label="GraphAcademy"> |
31 | 39 | GraphAcademy |
32 | 40 | </a> |
33 | | - {{else if (eq page.attributes.theme "graphgists")}} |
34 | | - {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 41 | + {{else if (eq page.attributes.theme "graphgists")}} |
| 42 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
| 43 | + {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 44 | + </a> |
35 | 45 | <a href="/graphgists/" class="navbar-item no-left-padding page-name-white" aria-label="GraphGists"> |
36 | 46 | GraphGists |
37 | 47 | </a> |
38 | | - {{else}} |
39 | | - {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> --}} |
| 48 | + {{else}} |
| 49 | + <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
| 50 | + {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 51 | + </a> |
40 | 52 | <a href="/developer/" class="navbar-item no-left-padding page-name-white" aria-label="Developer Guides"> |
41 | 53 | Developer |
42 | 54 | </a> |
|
64 | 76 | {{/each}} |
65 | 77 | </div> |
66 | 78 | </div> |
| 79 | + {{/if}} |
67 | 80 | </div> |
68 | | - {{/if}} |
69 | 81 |
|
70 | 82 | <button class="navbar-search search-button" data-target="topbar-nav" id="search_open_mobile" aria-label="Open Search"> |
71 | 83 | <svg width="23px" height="23px" viewBox="0 0 23 23" version="1.1" class="fill-current float-right" id="searchx" role="button" title="Search Website"> |
|
90 | 102 | <span></span> |
91 | 103 | </button> |
92 | 104 | </div> |
93 | | - |
94 | 105 | <div id="topbar-nav" class="navbar-menu"> |
95 | 106 | {{#if (eq page.attributes.theme 'cheat-sheet') }} |
96 | 107 | <div class="navbar-start"> |
|
0 commit comments