diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-04-07 03:45:19 -0400 |
| commit | 5d13721689dac3aa1b15120f198655b911268122 (patch) | |
| tree | daa4f04d154f51fff00f677dea5ff1966e600787 /package.json | |
| parent | 404e3dddb40259c52c8de375617c07c70da971ac (diff) | |
fix: Corrected frontmatter
Discovered frontmatter was configured with improper keyword, alias changed to aliases
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 204f9f3..45bff7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anoduck/hinode-template", - "version": "0.4.7", + "version": "0.4.8", "description": "Hinode is a clean blog theme for Hugo, an open-source static site generator", "main": "index.js", "scripts": { |
