diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 18:50:37 +0100 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 18:50:37 +0100 |
commit | 0af094770c4ebabc56ff761a8bd215bc397c0f7e (patch) | |
tree | a9ad669c8b84b4d13897732ed93ccfcbbeb2cb25 /src/content | |
parent | 84eef3f848c4efa18985a776021a58720744523a (diff) |
refactor: reading page review
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/entities.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/entities.toml b/src/content/entities.toml index a05749a..351ec07 100644 --- a/src/content/entities.toml +++ b/src/content/entities.toml @@ -1,6 +1,6 @@ # [[entities]] # id = '' -# website = [''] +# websites = [''] # [entities.publickey] # armor = ''' # -----BEGIN PGP PUBLIC KEY BLOCK----- @@ -10,7 +10,7 @@ [[entities]] id = 'cravodeabril' -website = ['https://cravodeabril.pt'] +websites = ['https://cravodeabril.pt'] [entities.publickey] armor = ''' -----BEGIN PGP PUBLIC KEY BLOCK----- |