Skip to content

Commit bff2eef

Browse files
authored
Merge pull request #38 from abego/master
Bug: webpage: 'Java2Script' link in header is broken
2 parents d653e13 + d626721 commit bff2eef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/_layouts/default.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
<header class="navbar">
1414
<div >
1515
<nav class="">
16-
<a class="css-logo" href={{ "/" | relative_url }}><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjEwMCAxMDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTAwIiB5PSIxMDAiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgc3R5bGU9ImZpbGw6IGdvbGQ7Ii8+PHRleHQgc3R5bGU9ImZpbGw6ICMyOTI5Mjk7IGZvbnQ6IGJvbGQgMzZweCBzYW5zLXNlcmlmOyBsZXR0ZXItc3BhY2luZzogLTEuOHB4OyIgeD0iMTE1IiB5PSIxNTMiPmoyczwvdGV4dD48L3N2Zz4=" alt="Java2Script Logo"></a>
17-
<a class="css-j2s" href={{ "/" | relative_url }}>Java2Script</a>
18-
<a class="css-docs" href={{ "/index.html#docs" | relative_url }}>Docs</a>
19-
<a class="css-quickstart" href={{ "/quickstart.html" | relative_url }}>Quick Start</a>
20-
<a class="css-community" href={{ "/community.html" | relative_url }}>Community</a>
16+
<a class="css-logo" href="{{ "/" | relative_url }}"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjEwMCAxMDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTAwIiB5PSIxMDAiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgc3R5bGU9ImZpbGw6IGdvbGQ7Ii8+PHRleHQgc3R5bGU9ImZpbGw6ICMyOTI5Mjk7IGZvbnQ6IGJvbGQgMzZweCBzYW5zLXNlcmlmOyBsZXR0ZXItc3BhY2luZzogLTEuOHB4OyIgeD0iMTE1IiB5PSIxNTMiPmoyczwvdGV4dD48L3N2Zz4=" alt="Java2Script Logo"></a>
17+
<a class="css-j2s" href="{{ "/" | relative_url }}">Java2Script</a>
18+
<a class="css-docs" href="{{ "/index.html#docs" | relative_url }}">Docs</a>
19+
<a class="css-quickstart" href="{{ "/quickstart.html" | relative_url }}">Quick Start</a>
20+
<a class="css-community" href="{{ "/community.html" | relative_url }}">Community</a>
2121
</a>
2222
</nav>
2323
<div>
2424
</header>
2525
<section class="page-header main">
26-
<h1 class="project-name"><a href="{{ site.url | relative_url}}">{{ site.title | default: site.github.repository_name }}</a></h1>
26+
<h1 class="project-name"><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
2727
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
2828
{% if site.github.is_project_page %}
2929
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>

0 commit comments

Comments
 (0)