From 604bcb0116d9683296175b170a0bc817797de714 Mon Sep 17 00:00:00 2001 From: Megan Steenkamp Date: Wed, 11 Jan 2023 16:48:37 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20Add=20cover=20image=20t?= =?UTF-8?q?o=20content=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add cover image with a path pulled from markdown. Test plan: Expect to see cover image as per screenshot. --- components/Layout.vue | 13 ++++++++++++- content/guides/farmlands-pos-integration.md | 1 + public/farmlands-pos-integration-cover.jpg | Bin 0 -> 261802 bytes 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 public/farmlands-pos-integration-cover.jpg diff --git a/components/Layout.vue b/components/Layout.vue index a880b005d..9259e918c 100644 --- a/components/Layout.vue +++ b/components/Layout.vue @@ -1,7 +1,17 @@