Split stylesheets

This commit is contained in:
Oliver Davies 2017-08-19 00:28:44 +01:00
parent 8d5c0df143
commit 733a34f19d
17 changed files with 52 additions and 21 deletions

View file

@ -46,3 +46,7 @@
} %}
</div>
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/talk.css">
{% endblock %}