Added styles block
This commit is contained in:
parent
a8af18777b
commit
da681f0efe
|
@ -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' %}
|
||||
|
|
Loading…
Reference in a new issue