Skip to content

Commit

Permalink
tweak tgz download
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 6, 2022
1 parent a093739 commit 02fd8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ thirdparty_logs_docs_uri: docs/third-party-logs.html
upload_docs_uri: docs/upload.html
github:
owner_name: Seth Grover
default_branch: development
plugins:
- jekyll-relative-links
- jekyll-remote-theme
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.repository_url }}/releases">GitHub <strong>Releases</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Source <strong>.tgz</strong></a></li>
<li><a href="{{ site.github.repository_url }}/tarball/{{ site.github.default_branch }}">Source <strong>.tgz</strong></a></li>
<li><a href="{{ site.external_download_url | default: site.github.repository_url }}">Download <strong>ISOs</strong></a></li>
</ul>
{% endif %}
Expand Down

0 comments on commit 02fd8a2

Please sign in to comment.