Added styles block

This commit is contained in:
Oliver Davies 2015-03-24 20:43:48 +00:00
parent a8af18777b
commit da681f0efe

View file

@ -7,6 +7,7 @@
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
{% block styles %}{% endblock %}
</head>
<body{% if page.nav %} class="{{ page.nav }}"{% endif %}>
{% include 'header' %}