Skip to content

Commit c07388e

Browse files
committed
Fix path to home page.
1 parent 69e03ec commit c07388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h1>{{ site.title | default: site.github.repository_name }}</h1>
1919
<p>{{ site.description | default: site.github.project_tagline }}</p>
2020

21-
<p class="view"><a href="/">Overview</a></p>
21+
<p class="view"><a href="{{ site.baseurl }}/">Overview</a></p>
2222

2323
{% if site.github.is_project_page %}
2424
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>

0 commit comments

Comments
 (0)