@@ -16,19 +16,23 @@ <h2 class="wp-block-heading">Check out our recent news & insights</h2>
1616 < li
1717 class ="wp-block-post post-350 post type-post status-publish format-standard has-post-thumbnail hentry category-news ">
1818
19- < div class ="wp-block-group is-layout-flow wp-container-core-group-is-layout-7 wp-block-group-is-layout-flow "
19+ < div class ="wp-block-group is-layout-flow wp-container-core-group-is-layout-9 wp-block-group-is-layout-flow "
2020 style ="padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px ">
21- {% if post.featured_image %}
21+
2222 < figure style ="height:200px; margin-bottom:var(--wp--preset--spacing--small); "
23- class ="wp-block-post-featured-image "> < a href ="{{ post.url | relative_url }} " target ="_self "
24- style ="height:200px "> < img
25- src ="{{ post.featured_image | prepend: '/assets/images/' | relative_url }} "
26- class ="attachment-post-thumbnail size-post-thumbnail wp-post-image "
27- alt ="{{ post.title }} " style ="border-radius:5px;height:200px;object-fit:cover; "> </ a >
23+ class ="wp-block-post-featured-image ">
24+ < a href ="{{ post.url | relative_url }} " target ="_self "
25+ style ="height:200px ">
26+ {% if post.featured_image %}
27+ < img
28+ src ="{{ post.featured_image | prepend: '/assets/images/' | relative_url }} "
29+ class ="attachment-post-thumbnail size-post-thumbnail wp-post-image "
30+ alt ="{{ post.title }} " style ="border-radius:5px;height:200px;object-fit:cover; ">
31+ {% else %}
32+ < div class ="missing-image "> </ div >
33+ {% endif %}
34+ </ a >
2835 </ figure >
29- {% else %}
30- < div class ="missing-image "> </ div >
31- {% endif %}
3236
3337 < div class ="taxonomy-category has-link-color wp-elements-82b5603708064b06546400967d8e01c5 wp-block-post-terms ">
3438 < a href ="{{ site.url }}/{{ post.categories | first | downcase }}/ " rel ="tag "> {{post.categories | first}}</ a >
@@ -39,7 +43,7 @@ <h5 style="margin-bottom:var(--wp--preset--spacing--x-small);" class="wp-block-p
3943
4044
4145 < div
42- class ="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex ">
46+ class ="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex ">
4347 < div class ="wp-block-post-author-name has-x-small-font-size "> {{ post.author }}</ div >
4448
4549 < hr
@@ -56,18 +60,14 @@ <h5 style="margin-bottom:var(--wp--preset--spacing--x-small);" class="wp-block-p
5660
5761
5862{% if paginator.total_pages > 1 %}
59- < ul >
60- {% if paginator.previous_page %}
61- < li >
62- < a href ="{{ paginator.previous_page_path | prepend: site.baseurl }} "> ← Newer</ a >
63- </ li >
64- {% endif %}
63+ < div class ="paging-buttons ">
6564 {% if paginator.next_page %}
66- < li >
67- < a href ="{{ paginator.next_page_path | prepend: site.baseurl }} "> Older →</ a >
68- </ li >
65+ < div class ="wp-block-button "> < a class ="wp-block-button__link wp-element-button " href ="{{ paginator.next_page_path | prepend: site.baseurl }} "> Older Posts</ a > </ div >
6966 {% endif %}
70- </ ul >
67+ {% if paginator.previous_page %}
68+ < div class ="wp-block-button "> < a class ="wp-block-button__link wp-element-button " href ="{{ paginator.previous_page_path | prepend: site.baseurl }} "> Newer Posts</ a > </ div >
69+ {% endif %}
70+ </ div >
7171{% endif %}
7272
73- < p class ="rss-subscribe "> subscribe < a href ="{{ "/feed.xml" | relative_url }}"> via RSS</ a > </ p >
73+ < p class ="rss-subscribe "> subscribe < a href ="{{ "/feed.xml" | relative_url }}"> via RSS</ a > </ p >
0 commit comments