Skip to content

Commit be04ea8

Browse files
committed
fix buttons in the header
1 parent f348fed commit be04ea8

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
@@ -13,7 +13,7 @@
1313
<section class="page-header gibbon-header-img">
1414
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
1515
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
16-
{% if site.github.is_project_page %}
16+
{% if site.github.is_user_page %}
1717
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
1818
<a href="{{ site.baseurl }}/haddocks/" class="btn">API documentation</a>
1919
{% endif %}

0 commit comments

Comments
 (0)