Skip to content

Commit

Permalink
New wording on firewod page and moved page to /wood-products
Browse files Browse the repository at this point in the history
  • Loading branch information
eloisetaylor5693 committed Oct 17, 2023
1 parent 2dbaa9b commit 4f8c1a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = {
"/images/content/Membership-Application.pdf",
"/pages/english_oak.html",
"/pages/surveys.html",
"/pages/firewood.html",
"/pages/wood-products.html",
"/pages/ancient_beech_tree.html",
"/404/",
"/404.html",
Expand Down
4 changes: 2 additions & 2 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"componentPath": "./src/pages/resources.js"
},
{
"fromPath": "pages/firewood.html",
"componentPath": "./src/pages/firewood.js"
"fromPath": "pages/wood-products.html",
"componentPath": "./src/pages/wood-products.js"
},
{
"fromPath": "pages/ancient_beech_tree.html",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const HomeIndex = ({ data, location }) => {
membership form.
</p>
<p>
<Link to="/firewood">Firewood</Link>: excellent value firewood
<Link to="/wood-products">Wood products</Link>: excellent value
</p>
</Layout>
);
Expand Down
20 changes: 13 additions & 7 deletions src/pages/firewood.js → src/pages/wood-products.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,29 @@ const Index = ({ data, location }) => {

return (
<Layout location={location} title={siteTitle}>
<Seo title="Firewood" />
<h1>Firewood</h1>
<Seo title="Wood Products" />
<h1>Wood Products</h1>

<p>
Firewood is normally available throughout the winter. We supply it split
and ready to burn in good sized bags.
Wood for turning and other projects is sometimes available - if you are
interested in that please contact <strong>Andrew</strong> or{" "}
<strong>Chris</strong>.
</p>
<p>
For supplies of seasoned hardwood firewood from Foxley Wood, please
speak to <strong>Alison</strong> (see contact info on the{" "}
<Link to="/contact">contact</Link> page).
Seasoned hardwood firewood is normally available throughout the winter.
It comes split and ready to burn in good sized bags. Please speak to{" "}
<strong>Alison</strong>.
</p>

<p>
We do request a donation because this is our only source of regular
funds.
</p>

<p>
Phone numbers and emails are on the <Link to="/contact">contact</Link>{" "}
page.
</p>
<StaticImage src="../images/firewood.jpeg" alt="Bags of firewood" />
</Layout>
);
Expand Down

0 comments on commit 4f8c1a3

Please sign in to comment.