Remove layout_html shortcode #164
@ -37,7 +37,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
|
||||
|
||||
|
||||
|
||||
{% layout_html(css='row d-flex align-items-top mt-5 mb-5') %}
|
||||
<div class="row d-flex align-items-top mt-5 mb-5">
|
||||
|
||||
<div class="col-12 col-md-3">
|
||||
<ul>
|
||||
@ -66,7 +66,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
<div class="{% if css %}{{ css }}{% else %}row d-flex align-items-center mt-5 mb-5{% endif %}">
|
||||
|
||||
{{ body | safe }}
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user