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>
|
<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') }}">
|
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
|
||||||
|
{% block styles %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body{% if page.nav %} class="{{ page.nav }}"{% endif %}>
|
<body{% if page.nav %} class="{{ page.nav }}"{% endif %}>
|
||||||
{% include 'header' %}
|
{% include 'header' %}
|
||||||
|
|
Loading…
Reference in a new issue