_includes/algolia.html in another-theme-1.0.1 vs _includes/algolia.html in another-theme-1.0.2
- old
+ new
@@ -42,11 +42,11 @@
return `
<a class="post-link row ${extra_padding}" href="${url}">
<div class="col-12 col-sm-4 col-md-3 col-xl-2">
${cover}
</div>
- <div class="col-12 col-sm-8 col-md-9 col-xl-10 pl-0">
+ <div class="col-12 col-sm-8 col-md-9 col-xl-10 pl-md-0">
<div class="row">
<div class="post-title col-12 col-lg-9 col-xl-10">
<span class="fw-600">${hit.title}</span>
${excerpt_text}
</div>
@@ -63,10 +63,14 @@
search.addWidget(
instantsearch.widgets.pagination({
container: '#pagination',
showPrevious: true,
showNext: true,
- totalPages: 2
+ cssClasses: {
+ list: [
+ 'unstyle-list',
+ ],
+ },
})
);
search.addWidget(
instantsearch.widgets.poweredBy({