Update default.html
This commit is contained in:
parent
f44471a03e
commit
dc7b4b9805
|
@ -23,6 +23,7 @@
|
|||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
||||
<div class="circular"><img src="https://nunosempere.github.io/assets/Photo.jpeg" alt=""/></div>
|
||||
{% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
{% endif %}
|
||||
|
@ -30,7 +31,6 @@
|
|||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
||||
{% endif %}
|
||||
<div class="circular"><img src="https://nunosempere.github.io/assets/Photo.jpeg" alt=""/></div>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
|
|
Loading…
Reference in New Issue
Block a user