diff options
| author | 2024-09-15 12:30:02 +0200 | |
|---|---|---|
| committer | 2024-09-15 12:30:02 +0200 | |
| commit | dd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (patch) | |
| tree | a054c4e588cc705a9fce55eff7173398eeb67fb4 /content | |
| parent | be3c967c2dac40a0ea573a443ef858d8cd4aa8ba (diff) | |
blog: add taxonomies (tags)
Diffstat (limited to 'content')
| -rw-r--r-- | content/w/c99-vla-tricks.md | 2 | ||||
| -rw-r--r-- | content/w/first.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/content/w/c99-vla-tricks.md b/content/w/c99-vla-tricks.md index b2b07eb..539ddd8 100644 --- a/content/w/c99-vla-tricks.md +++ b/content/w/c99-vla-tricks.md @@ -1,6 +1,8 @@ --- title: "C99 doesn't need function bodies, or 'VLAs are Turing complete'" date: 2022-02-19 +taxonomies: + tags: ["programming", "c"] --- Preface diff --git a/content/w/first.md b/content/w/first.md index 291b364..378ab1a 100644 --- a/content/w/first.md +++ b/content/w/first.md @@ -1,6 +1,8 @@ +++ title = "test post" date = 2022-02-02 +[taxonomies] +tags = [] +++ # test |