Add index customized

This commit is contained in:
Jeremy Thomas
2018-04-10 14:28:45 +01:00
parent abaf686b25
commit 69899e57f5
11 changed files with 955 additions and 54 deletions

View File

@@ -18,6 +18,9 @@
{% if page.mdi %}
<link rel="stylesheet" href="{{ site.data.icons.mdi }}">
{% endif %}
{% if page.route == 'index' %}
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
{% endif %}
<link rel="stylesheet" href="{{ site.url }}/css/{{ site.docs_file }}.css?v={{ site.time | date: "%Y%m%d%H%M" }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">