Skip to content

Commit

Permalink
experimenting with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Sep 22, 2022
1 parent 9871deb commit c43e2ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo

</section>
<footer>
{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.repository_url }}/releases/latest">Latest <strong>Release</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Source <strong>.tgz</strong></a></li>
<li><a href="{{ site.external_download_url | default: site.github.repository_url }}"><strong>ISO</strong> downloads <i class="fa fa-sign-out" aria-hidden="true"></i></a></li>
</ul>
{% endif %}

{% if site.github.is_project_page %}
<p class="view"><i class="fa fa-github" aria-hidden="true"></i> <a href="{{ site.github.repository_url }}">{{ site.title | default: site.github.repository_name }} on GitHub <i class="fa fa-sign-out" aria-hidden="true"></i><small>{{ site.github.repository_nwo }}</small></a></p>

Expand All @@ -47,14 +55,6 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile <i class="fa fa-sign-out" aria-hidden="true"></i></a></p>
{% endif %}

{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.repository_url }}/releases/latest">Latest <strong>Release</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Source <strong>.tgz</strong></a></li>
<li><a href="{{ site.external_download_url | default: site.github.repository_url }}"><strong>ISO</strong> downloads <i class="fa fa-sign-out" aria-hidden="true"></i></a></li>
</ul>
{% endif %}

{% if site.github.is_project_page %}
<p class="view"><i class="fa fa-github" aria-hidden="true"></i> <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }} on GitHub <i class="fa fa-sign-out" aria-hidden="true"></i></a></p>
{% endif %}
Expand Down

0 comments on commit c43e2ac

Please sign in to comment.