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> <h1>Technical documentation that just works</h1>
<p>{{ config.site_description }}. Set up in 5 minutes.</p> <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"> <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>
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-button"> <a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders" class="md-button">
Go to GitHub Get Insiders
</a> </a>
</div> </div>
</div> </div>

View File

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