Extra css inside compres block
This commit is contained in:
parent
beeb33100c
commit
17d156d131
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
<a href="{% pageurl entry %}">
|
<a href="{% pageurl entry %}">
|
||||||
<div class="carousel-caption">
|
<div class="carousel-caption">
|
||||||
<h3>{{ entry.trans_title }}</h3>
|
<h3>{{ entry.trans_title }}</h3>
|
||||||
<p>{{ entry.trans_intro|richtext }}</p>
|
{{ entry.trans_intro|richtext }}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,10 +9,9 @@
|
||||||
<meta name="description" content="{% block description %}{% endblock %}">
|
<meta name="description" content="{% block description %}{% endblock %}">
|
||||||
|
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
|
{% block extra_css %}{% endblock %}
|
||||||
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/main.scss' %}">
|
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/main.scss' %}">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
|
|
||||||
{% block extra_css %}{% endblock %}
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{% block body_class %}{% endblock %}">
|
<body class="{% block body_class %}{% endblock %}">
|
||||||
|
|
Loading…
Reference in a new issue