diff options
author | Oxbian <got.dacs@slmail.me> | 2023-06-26 23:37:38 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-06-26 23:37:38 +0200 |
commit | e6aa30561384551078e5b4220c5f1bf7a1173f90 (patch) | |
tree | 4e4bdb8a00f3b445d964ef128a10a8590ad5014e /README.md | |
parent | dca57b84d8e6357c958b4a6d4e8a77f3ca43c2dc (diff) | |
download | blog-generator-e6aa30561384551078e5b4220c5f1bf7a1173f90.tar.gz blog-generator-e6aa30561384551078e5b4220c5f1bf7a1173f90.zip |
Adding tags system
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,11 +65,13 @@ Example: --- date: 31-12-1999 description: new year +tags: new year, happy, test --- ``` - `date:` for date - `description:` for description +- `tags:` for tags ## Dependencies |