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 f348fed commit be04ea8Copy full SHA for be04ea8
_layouts/default.html
@@ -13,7 +13,7 @@
13
<section class="page-header gibbon-header-img">
14
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
15
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
16
- {% if site.github.is_project_page %}
+ {% if site.github.is_user_page %}
17
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
18
<a href="{{ site.baseurl }}/haddocks/" class="btn">API documentation</a>
19
{% endif %}
0 commit comments