From e42f07e64984857d8217a5fa2e98f5546f2a3e27 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 2 Sep 2024 08:03:56 +0200 Subject: [PATCH] fix tags & categories of an article --- content/posts/2024/06/store-launch/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2024/06/store-launch/index.md b/content/posts/2024/06/store-launch/index.md index 1b0a9a8..dccbfe7 100644 --- a/content/posts/2024/06/store-launch/index.md +++ b/content/posts/2024/06/store-launch/index.md @@ -4,8 +4,8 @@ date = 2024-06-05T13:37:58+02:00 lastmod = 2024-06-05T13:37:58+02:00 draft = false author = 'Janis Hutz' -tags = [ 'Linux', 'Windows', 'macOS', 'Development', 'General', 'Hardware' ] -categories = [ 'Guides', 'Tutorials', 'Rants', 'Stories', 'News' ] +tags = [ 'Development' ] +categories = [ 'News' ] series = [] series_weight = 1 featuredImage = "/posts/2024/05/store/cover.jpg"