Updated landing page

This commit is contained in:
squidfunk 2020-10-20 10:11:56 +02:00
parent cb736e5306
commit 3b12c56e83
2 changed files with 7 additions and 7 deletions

View File

@ -15,10 +15,10 @@
<h1>Technical documentation that just works</h1>
<p>{{ config.site_description }}. Set up in 5 minutes.</p>
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
Get started
Quick start
</a>
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-button">
Go to GitHub
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button">
Get Insiders
</a>
</div>
</div>

View File

@ -84,14 +84,14 @@
title="{{ page.next_page.title | e }}"
class="md-button md-button--primary"
>
Get started
Quick start
</a>
<a
href="{{ config.repo_url }}"
title="{{ lang.t('source.link.title') }}"
href="{{ 'insiders/' | url }}"
title="Material for MkDocs Insiders"
class="md-button"
>
Go to GitHub
Get Insiders
</a>
</div>
</div>