forked from M-Labs/web2019
Remove layout_html shortcode
It is used only once and can easily be replaced with inline div, resulting in shorter code. Also fixes broken email within its usage Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
47e8999927
commit
7841bd804a
@ -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