From d0e06ce77a294690d6e363702f9dbe5a732f094a Mon Sep 17 00:00:00 2001 From: Chris Hammond Date: Mon, 24 Jun 2024 14:23:08 -0500 Subject: [PATCH] Updates to structured content --- _posts/2024-06-21-structured-content-in-jekyll.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2024-06-21-structured-content-in-jekyll.md b/_posts/2024-06-21-structured-content-in-jekyll.md index 93968ad..d5bce8d 100644 --- a/_posts/2024-06-21-structured-content-in-jekyll.md +++ b/_posts/2024-06-21-structured-content-in-jekyll.md @@ -1,10 +1,11 @@ --- layout: post -title: Using structured content in Jekyll for your own website +title: Structured Content in Jekyll date: '2024-06-21T10:00:15+00:00' permalink: structured-content-in-jekyll description: A blog post showing how Structured Content can be leveraged using this JekyllExample project to help get your content out to the masses. image: BlogPost-5.jpg +keywords: 'jekyll, tutorial, structured, json, content' categories: [ Jekyll, Tutorial ] featured: true comments: false