Remove layout_html shortcode #164

Merged
sb10q merged 1 commits from esavkin/web2019:remove-layout-html into master 2025-01-08 10:19:15 +08:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit 7841bd804a - Show all commits

View File

@ -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"> <div class="col-12 col-md-3">
<ul> <ul>
@ -66,7 +66,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
</p> </p>
</div> </div>
{% end %} </div>

View File

@ -1,5 +0,0 @@
<div class="{% if css %}{{ css }}{% else %}row d-flex align-items-center mt-5 mb-5{% endif %}">
{{ body | safe }}
</div>