From 169753b9a0e2626ac52ffbce67048e606da10f1f Mon Sep 17 00:00:00 2001 From: Themefisher Dev Date: Wed, 11 Mar 2020 10:54:59 +0600 Subject: modified blog post --- exampleSite/content/blog/blog-post-2.md | 10 ++-------- exampleSite/content/blog/blog-post-3.md | 10 ++-------- exampleSite/content/blog/blog-post.md | 10 ++-------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/exampleSite/content/blog/blog-post-2.md b/exampleSite/content/blog/blog-post-2.md index b1eb60b..8e40b01 100644 --- a/exampleSite/content/blog/blog-post-2.md +++ b/exampleSite/content/blog/blog-post-2.md @@ -13,14 +13,8 @@ image: "images/blog/blog-1.jpg" description: "this is meta description" # taxonomies -categories: - - "New Book" -tags: - - "Photos" - - "HTML" - - "Book" - - "New" - +categories: ["New Book"] +tags: ["Photos", "HTML", "Book", "New"] # post type type: "post" --- diff --git a/exampleSite/content/blog/blog-post-3.md b/exampleSite/content/blog/blog-post-3.md index 7a1aace..208f7c9 100644 --- a/exampleSite/content/blog/blog-post-3.md +++ b/exampleSite/content/blog/blog-post-3.md @@ -13,14 +13,8 @@ image: "images/blog/blog-1.jpg" description: "this is meta description" # taxonomies -categories: - - "Creative" -tags: - - "Photos" - - "HTML" - - "Book" - - "New" - +categories: ["Creative"] +tags: ["Photos", "HTML", "Book", "New"] # post type type: "post" --- diff --git a/exampleSite/content/blog/blog-post.md b/exampleSite/content/blog/blog-post.md index 9b0bb52..6099de9 100644 --- a/exampleSite/content/blog/blog-post.md +++ b/exampleSite/content/blog/blog-post.md @@ -13,14 +13,8 @@ image: "images/blog/blog-1.jpg" description: "this is meta description" # taxonomies -categories: - - "Go Language" -tags: - - "Photos" - - "HTML" - - "Python" - - "New" - +categories: ["Go Language"] +tags: ["Photos", "HTML", "Python", "New"] # post type type: "post" --- -- cgit v1.2.3