mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
feat: add front-matter variable category
This commit is contained in:
@@ -39,9 +39,9 @@ const content =
|
||||
title: ${args[0]}
|
||||
published: ${getDate()}
|
||||
description:
|
||||
image:
|
||||
image:
|
||||
tags: []
|
||||
categories: []
|
||||
category:
|
||||
---
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user