Update default.html

This commit is contained in:
Yegor Vialov 2019-02-08 15:45:46 +02:00 committed by GitHub
parent 170ad90b17
commit c5c9c9c2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
<a href="/"><h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1></a> <a href="/"><h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1></a>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2> <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> <a href="{{ site.repository_url }}" class="btn">View on GitHub</a>
{% endif %} {% endif %}
{% if site.show_downloads %} {% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
@ -37,7 +37,7 @@
<footer class="site-footer"> <footer class="site-footer">
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> <span class="site-footer-owner"><a href="{{ site.repository_url }}">{{ site.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %} {% endif %}
</footer> </footer>
</main> </main>