Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-03-11 07:54:59 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-03-11 07:54:59 +0300
commit169753b9a0e2626ac52ffbce67048e606da10f1f (patch)
tree5929ed3f4dab7d22303aef09e1c6e3b3ff89832a
parent79fbb404663bd219689bf1283919126abc067a7e (diff)
modified blog post
-rw-r--r--exampleSite/content/blog/blog-post-2.md10
-rw-r--r--exampleSite/content/blog/blog-post-3.md10
-rw-r--r--exampleSite/content/blog/blog-post.md10
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"
---