Skip to content

Commit 795861f

Browse files
committed
Add font, change header link target
1 parent 0431a0b commit 795861f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/sphinx/source/themes/neo4j/layout.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{%- block relbar1 %}{% endblock %}
88
{%- block relbar2 %}{% endblock %}
99

10+
{% block extrahead %}
11+
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
12+
{% endblock %}
13+
1014
{%- block content %}
1115
<body class="article docs sphinx">
1216

@@ -16,9 +20,9 @@
1620
<nav class="navbar">
1721
<div class="navbar-brand">
1822
<a class="navbar-item" href="/">
19-
20-
<img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20210422142941/neo4j-logo-2020.svg" alt="Neo4j Graph Data Science Client API Reference">
21-
</a><a href="/docs/" class="navbar-item no-left-padding" aria-label="Neo4j Graph Data Science Client API Reference">
23+
<img class="navbar-logo" src="https://dist.neo4j.com/wp-content/uploads/20210422142941/neo4j-logo-2020.svg" alt="Neo4j Graph Data Science Client API Reference">
24+
</a>
25+
<a href="/docs/graph-data-science-client" class="navbar-item no-left-padding" aria-label="Neo4j Graph Data Science Client API Reference">
2226
Graph Data Science Client API Reference
2327
</a>
2428

0 commit comments

Comments
 (0)