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 %}">
|
||||
<div class="carousel-caption">
|
||||
<h3>{{ entry.trans_title }}</h3>
|
||||
<p>{{ entry.trans_intro|richtext }}</p>
|
||||
{{ entry.trans_intro|richtext }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -9,10 +9,9 @@
|
|||
<meta name="description" content="{% block description %}{% endblock %}">
|
||||
|
||||
{% compress css %}
|
||||
{% block extra_css %}{% endblock %}
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/main.scss' %}">
|
||||
{% endcompress %}
|
||||
|
||||
{% block extra_css %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body class="{% block body_class %}{% endblock %}">
|
||||
|
|
Loading…
Reference in a new issue