This commit is contained in:
Jeremy Thomas
2017-09-09 18:32:12 +02:00
parent ac533a21c1
commit cec282634e
11 changed files with 1249 additions and 2005 deletions

View File

@@ -7,6 +7,9 @@
<title>{% if page.fulltitle %}{{ page.fulltitle }}{% else %}{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}{% endif %}</title>
<link rel="stylesheet" href="{{ site.fontawesome }}">
{% if page.mdi %}
<link rel="stylesheet" href="{{ site.mdi }}">
{% endif %}
<link rel="stylesheet" href="{{ site.url }}/css/bulma-docs.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">