Skip to content

Commit 4a383a6

Browse files
Fix stray <a> and <div> tags.
1 parent 8e43eaf commit 4a383a6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/partials/header-content.hbs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,40 @@
33
<div class="navbar-brand">
44
{{!-- <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}"> --}}
55
<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 }}" />
67
{{!-- <link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon"> --}}
78
{{!-- <img class="navbar-logo" src="{{{uiRootPath}}}/img/logo.svg" alt="{{ site.title }}" /> --}}
9+
</a>
810

911
{{#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 }}" />
1112
<a href="/docs/" class="navbar-item no-left-padding" aria-label="Docs">
1213
Docs
1314
</a>
1415
{{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 }}" />
1616
<a href="/docs/cypher-cheat-sheet/" class="navbar-item no-left-padding" aria-label="Labs">
1717
Cypher Cheat Sheet
1818
</a>
1919
{{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 }}" />
2120
<a href="/labs/" class="navbar-item no-left-padding" aria-label="Labs">
2221
Labs
2322
</a>
2423
{{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 }}" />
2624
{{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}}
2725
<a href="/developer/kb/" class="navbar-item no-left-padding page-name-white" aria-label="Knowledge Base">
2826
Knowledge Base
2927
</a>
3028
{{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 }}" />
3229
{{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}}
3330
<a href="/graphacademy/online-training/" class="navbar-item no-left-padding page-name-white" aria-label="GraphAcademy">
3431
GraphAcademy
3532
</a>
3633
{{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 }}" />
3834
{{!-- <img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg" alt="{{ site.title }}" /> --}}
3935
<a href="/graphgists/" class="navbar-item no-left-padding page-name-white" aria-label="GraphGists">
4036
GraphGists
4137
</a>
4238
{{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 }}" /> --}}
4540
<a href="/developer/" class="navbar-item no-left-padding page-name-white" aria-label="Developer Guides">
4641
Developer
4742
</a>
@@ -69,8 +64,8 @@
6964
{{/each}}
7065
</div>
7166
</div>
72-
{{/if}}
7367
</div>
68+
{{/if}}
7469

7570
<button class="navbar-search search-button" data-target="topbar-nav" id="search_open_mobile" aria-label="Open Search">
7671
<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,6 +90,7 @@
9590
<span></span>
9691
</button>
9792
</div>
93+
9894
<div id="topbar-nav" class="navbar-menu">
9995
{{#if (eq page.attributes.theme 'cheat-sheet') }}
10096
<div class="navbar-start">

0 commit comments

Comments
 (0)