_layouts/confirmation.html in editorial-autogestiva-jekyll-theme-0.3.1 vs _layouts/confirmation.html in editorial-autogestiva-jekyll-theme-0.3.2
- old
+ new
@@ -1,15 +1,17 @@
---
layout: default
---
-<section data-controller="cart-confirmation" data-clear>
+<section data-controller="cart-confirmation" data-clear="true">
<header>
<h1>{{ page.title }}</h1>
</header>
<div class="content">
{{ content }}
</div>
+
+ <p data-controller="cart-paypal-confirmation"></p>
<a href="?" class="btn btn-primary text-uppercase">{{ page.back }}</a>
</section>