From 5c1e88c9dcc568a507e69a47cc71dfd951bf7c5d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 21 Dec 2021 12:52:27 -0600 Subject: [PATCH] fix series front matter in posts archetype --- archetypes/posts.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/archetypes/posts.md b/archetypes/posts.md index 80dde7e..e128750 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -14,11 +14,7 @@ usePageBundles: true # thumbnail: "/images/posts-2021/12/thumbnail.png" # Sets thumbnail image appearing inside card on homepage. # shareImage: "/images/path/share.png" # Designate a separate image for social media sharing. codeLineNumbers: false # Override global value for showing of line numbers within code block. -series: - - vra8 - - projects - - scripts - - tips +series: Tips tags: - vmware - linux