Remove theme_path function
This commit is contained in:
parent
0de7aafb90
commit
3f4c0fc944
|
@ -19,8 +19,7 @@
|
|||
|
||||
{% include 'title' %}
|
||||
|
||||
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
|
||||
{% block styles %}{% endblock %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/styles.css">
|
||||
</head>
|
||||
<body{% if page.body_class %} class="{{ page.body_class }}"{% endif %}>
|
||||
{% include 'navbar' %}
|
||||
|
|
Loading…
Reference in a new issue