Update template

This commit is contained in:
Daniil Gentili 2018-04-01 13:35:21 +02:00
parent 4ccf9530af
commit 852d83a2b2
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h1 class="project-name">MadelineProto</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
<a href="https://github.com/danog/MadelineProto" class="btn">View on GitHub</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>