Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanrigsby committed Jan 10, 2024
1 parent c4741ab commit 5db417e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@

<body>

<header>
<div class="container">
<section id="downloads">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download as .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download as .tar.gz</a>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>

<div class="container">
<section id="main_content">
{{ content }}
Expand Down

0 comments on commit 5db417e

Please sign in to comment.