Skip to content

Commit adb7170

Browse files
committed
remove api dev tools button
1 parent 3620f78 commit adb7170

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_includes/theme/header.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
66
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
77

88
<div class="buttons">
9-
<a href="https://apidevtools.com/" class="button logo-button"><span>API Dev Tools</span></a>
10-
119
{% if site.github.is_project_page %}
1210
<a href="{{ site.github.repository_url }}" class="button github-button"><small>View project on</small> GitHub</a>
1311
{% endif %}
14-
15-
{% if site.github.is_user_page %}
16-
<a href="{{ site.github.owner_url }}" class="button github-button"><small>Follow me on</small> GitHub</a>
17-
{% endif %}
1812
</div>
1913
</div>
2014

0 commit comments

Comments
 (0)