We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428082f commit 54d091dCopy full SHA for 54d091d
1 file changed
_layouts/default.html
@@ -23,14 +23,6 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
23
24
<p>{{ site.sidebar | default: site.description | default: site.github.project_tagline }}</p>
25
26
- {% if site.github.is_project_page %}
27
- <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
28
- {% endif %}
29
-
30
- {% if site.github.is_user_page %}
31
- <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
32
33
34
{% if site.show_downloads %}
35
<ul class="downloads">
36
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
0 commit comments