latest changes
This commit is contained in:
20
tpl/category-callout.tpl
Normal file
20
tpl/category-callout.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<div class="callout-category">
|
||||
<div class="d-flex gap-5 align-items-center">
|
||||
<div class="image-wrapper">
|
||||
<div class="image-side" style="background-image: url({{ thumbnail }})"> </div>
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<p class="meta-top">Available Now</p>
|
||||
<h3>{{{ title }}}</h3>
|
||||
|
||||
<div class="excerpt-wrapper">
|
||||
{{{ description }}}
|
||||
</div>
|
||||
|
||||
<p class="cta-button small">
|
||||
<a href="{{ url }}">Shop {{{ title }}}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user