allways get style for IT
This commit is contained in:
parent
3d638c7563
commit
5e02eb360f
|
@ -31,9 +31,8 @@
|
|||
<meta charset="UTF-8">
|
||||
|
||||
<script src="https://unpkg.com/hyperscript.org@0.9.13"></script>
|
||||
{% block append_head %}
|
||||
{% endblock append_head %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path='cards.css') }}" />
|
||||
|
||||
{% endblock head %}
|
||||
|
||||
|
|
|
@ -1,12 +1,5 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
|
||||
{% block append_head %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path='cards.css') }}" />
|
||||
|
||||
{% endblock append_head %}
|
||||
|
||||
{% block hero %}{% endblock hero%}
|
||||
|
||||
{% block header %}
|
||||
|
|
Loading…
Reference in a new issue