diff options
author | Alan Pearce | 2024-06-25 09:37:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 09:37:00 +0200 |
commit | 20ddf06555d2720cdc66a44d6e30cc04059c3f4d (patch) | |
tree | 97fc7c16ad42477ed69aeeaf794d0101cdb4de7a | |
parent | 19eddda7d33ee6c3eb88cedc94663fa5dd912468 (diff) | |
download | website-20ddf06555d2720cdc66a44d6e30cc04059c3f4d.tar.lz website-20ddf06555d2720cdc66a44d6e30cc04059c3f4d.tar.zst website-20ddf06555d2720cdc66a44d6e30cc04059c3f4d.zip |
fix missing spacing in feed preview
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 6fc48a8..db9bab6 100644 --- a/config.toml +++ b/config.toml @@ -46,9 +46,9 @@ oidc_host = "https://id.alanpearce.eu/" ] style-src = [ ## index.html style - "'sha256-bGzdRsb1Yu6TLWwCqsdslYaNhLBikKOD6pFYeGsJ4lc='", - ## atom.xml style "'sha256-dCSzNS1o8vygl80V2G2nPTiSOUNvyDnW+06hHS4ZdHQ='", + ## atom.xml style + "'sha256-CFhPA4p8skr5MyhReF+Tk2GzmYzXdECg8zm+o7EOVPI=", ] frame-ancestors = [ "https://kagi.com", |