Skip to content

Commit

Permalink
Remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 25, 2024
1 parent 99699ef commit 756e8fe
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,6 @@
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>

{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}

{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}

{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %}
</header>
<section>

{{ content }}
Expand Down

0 comments on commit 756e8fe

Please sign in to comment.