Remove old stylesheet

This commit is contained in:
Oliver Davies 2017-09-05 02:26:54 +01:00
parent 27d38141c2
commit 7a15576b74
5 changed files with 0 additions and 27 deletions

View file

@ -1,7 +1,5 @@
{% extends 'page' %}
{% block body_classes 'talk talk-full' %}
{% block content_wrapper %}
<div>
{% block content %}{% endblock %}
@ -47,7 +45,3 @@
} %}
</div>
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/talk.css">
{% endblock %}