diff options
author | Alan Pearce | 2024-06-25 09:37:00 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 09:37:00 +0200 |
commit | 27cf354a0e5d5b25aba64cc58406c821f2cecfca (patch) | |
tree | e37d7222ddcca2db3b57a697c8909f5929bdcc0f /config.toml | |
parent | becede4bfead952239b9cf7c8eb9fb96d01534ec (diff) | |
download | website-27cf354a0e5d5b25aba64cc58406c821f2cecfca.tar.lz website-27cf354a0e5d5b25aba64cc58406c821f2cecfca.tar.zst website-27cf354a0e5d5b25aba64cc58406c821f2cecfca.zip |
fix missing spacing in feed preview
Diffstat (limited to 'config.toml')
-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", |