Combine stylesheets again

This commit is contained in:
Oliver Davies 2017-07-14 23:10:27 +01:00
parent b0cba388b2
commit 0986b26acf
15 changed files with 8 additions and 46 deletions

View file

@ -11,7 +11,3 @@
{% include 'post/pager' %}
{% include 'post/about-author' %}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/blog-post.css">
{% endblock %}

View file

@ -11,7 +11,3 @@
{% include 'project/skills' %}
{% include 'project/company' %}
{% endblock %}
{% block stylesheets %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/project.css">
{% endblock %}

View file

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