-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
24 lines (21 loc) · 808 Bytes
/
Copy pathproducts.html
File metadata and controls
24 lines (21 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: Online Farm Shop
sidebar_option: no-sidebar
featured_image_path:
facebook_image_path:
layout: default
---
<div class="site-inner">
<div class="wrap">
<div class="content-sidebar-wrap">
<h2>End of Season Sale</h2>
<p>
Preseli Farm is taking a rest for the remainder of 2022 to let our paddocks rest and to repair our shed and charcuterie. Because of this we are offering great value half pig boxes with <b>free delivery</b> to see off our final litter of the year. These generously-sized selections should see a large family through Christmas and beyond.
</p>
<main class="content grid">
{% include products_grid.html %}
</main>
{% if page.sidebar_option == 'sidebar' %}{% include sidebar.html %}{% endif %}
</div>
</div>
</div>