Update default.html

This commit is contained in:
Nuño Sempere 2020-06-04 17:57:14 +02:00 committed by GitHub
parent f44471a03e
commit dc7b4b9805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">