|
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 }}" /> |
6 | 7 | {{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}} |
7 | 8 | {{!-- <img class="navbar-logo" src="{{{uiRootPath}}}/img/logo.svg" alt="{{ site.title }}" /> --}} |
| 9 | + </a> |
8 | 10 |
|
9 | 11 | {{#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 | 12 | <a href="/docs/" class="navbar-item no-left-padding" aria-label="Docs"> |
12 | 13 | Docs |
13 | 14 | </a> |
14 | 15 | {{else if (eq page.attributes.theme "cheat-sheet")}} |
15 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
16 | 16 | <a href="/docs/cypher-cheat-sheet/" class="navbar-item no-left-padding" aria-label="Labs"> |
17 | 17 | Cypher Cheat Sheet |
18 | 18 | </a> |
19 | 19 | {{else if (eq page.attributes.theme "labs")}} |
20 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> |
21 | 20 | <a href="/labs/" class="navbar-item no-left-padding" aria-label="Labs"> |
22 | 21 | Labs |
23 | 22 | </a> |
24 | 23 | {{else if (eq page.attributes.theme "kb")}} |
25 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
26 | 24 | {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
27 | 25 | <a href="/developer/kb/" class="navbar-item no-left-padding page-name-white" aria-label="Knowledge Base"> |
28 | 26 | Knowledge Base |
29 | 27 | </a> |
30 | 28 | {{else if (eq page.attributes.theme "training")}} |
31 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
32 | 29 | {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
33 | 30 | <a href="/graphacademy/online-training/" class="navbar-item no-left-padding page-name-white" aria-label="GraphAcademy"> |
34 | 31 | GraphAcademy |
35 | 32 | </a> |
36 | 33 | {{else if (eq page.attributes.theme "graphgists")}} |
37 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
38 | 34 | {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
39 | 35 | <a href="/graphgists/" class="navbar-item no-left-padding page-name-white" aria-label="GraphGists"> |
40 | 36 | GraphGists |
41 | 37 | </a> |
42 | 38 | {{else}} |
43 | | - <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> |
44 | | - {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}} |
| 39 | + {{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20231023102534/neo4j-logo.svg" alt="{{ site.title }}" /> --}} |
45 | 40 | <a href="/developer/" class="navbar-item no-left-padding page-name-white" aria-label="Developer Guides"> |
46 | 41 | Developer |
47 | 42 | </a> |
|
69 | 64 | {{/each}} |
70 | 65 | </div> |
71 | 66 | </div> |
72 | | - {{/if}} |
73 | 67 | </div> |
| 68 | + {{/if}} |
74 | 69 |
|
75 | 70 | <button class="navbar-search search-button" data-target="topbar-nav" id="search_open_mobile" aria-label="Open Search"> |
76 | 71 | <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"> |
|
95 | 90 | <span></span> |
96 | 91 | </button> |
97 | 92 | </div> |
| 93 | + |
98 | 94 | <div id="topbar-nav" class="navbar-menu"> |
99 | 95 | {{#if (eq page.attributes.theme 'cheat-sheet') }} |
100 | 96 | <div class="navbar-start"> |
|
0 commit comments