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 3620f78 commit adb7170Copy full SHA for adb7170
_includes/theme/header.html
@@ -6,15 +6,9 @@ <h1>{{ site.title | default: site.github.repository_name }}</h1>
6
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
7
8
<div class="buttons">
9
- <a href="https://apidevtools.com/" class="button logo-button"><span>API Dev Tools</span></a>
10
-
11
{% if site.github.is_project_page %}
12
<a href="{{ site.github.repository_url }}" class="button github-button"><small>View project on</small> GitHub</a>
13
{% 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 %}
18
</div>
19
20
0 commit comments