From e700a295eb5a74ec26eefb2a39ce1ee33cea911b Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 16 Dec 2020 22:24:09 +0900 Subject: add tags --- content/post/hoge.md | 1 + content/post/sample.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/post/hoge.md b/content/post/hoge.md index 331d06d..b5be199 100644 --- a/content/post/hoge.md +++ b/content/post/hoge.md @@ -1,5 +1,6 @@ +++ author = "syui" +tags = ["blog", "test"] comments = false date = "2016-01-01" draft = false diff --git a/content/post/sample.md b/content/post/sample.md index dae7221..710178e 100644 --- a/content/post/sample.md +++ b/content/post/sample.md @@ -8,6 +8,7 @@ menu = "" share = false slug = "test" title= "sample" +tags = ["blog"] +++ [Hugo](https://gohugo.io/documentation/) is the world's fastest static website engine. It's written in Go (aka Golang) and developed by bep, `spf13` and friends. -- cgit v1.2.3