We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e03ec commit c07388eCopy full SHA for c07388e
_layouts/default.html
@@ -18,7 +18,7 @@
18
<h1>{{ site.title | default: site.github.repository_name }}</h1>
19
<p>{{ site.description | default: site.github.project_tagline }}</p>
20
21
- <p class="view"><a href="/">Overview</a></p>
+ <p class="view"><a href="{{ site.baseurl }}/">Overview</a></p>
22
23
{% if site.github.is_project_page %}
24
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
0 commit comments