diff options
author | Alan Pearce | 2023-09-09 19:23:38 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-09 19:23:38 +0200 |
commit | c8d206442c65eaf999445db6c104ee55a07dd931 (patch) | |
tree | 753a4e6d1c69753d3bc7b396a80465950ff66ecd /themes/bear/theme.toml | |
parent | b2c15923b33fa65bffe8a5eaef869e6b66d70078 (diff) | |
parent | a961bc284bb130e44468c07aaaa028652c151e08 (diff) | |
download | website-c8d206442c65eaf999445db6c104ee55a07dd931.tar.lz website-c8d206442c65eaf999445db6c104ee55a07dd931.tar.zst website-c8d206442c65eaf999445db6c104ee55a07dd931.zip |
Merge commit 'a961bc284bb130e44468c07aaaa028652c151e08'
Diffstat (limited to 'themes/bear/theme.toml')
-rw-r--r-- | themes/bear/theme.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/bear/theme.toml b/themes/bear/theme.toml index ed137c8..902c8ec 100644 --- a/themes/bear/theme.toml +++ b/themes/bear/theme.toml @@ -1,11 +1,11 @@ name = "Bear" description = "Bear blog theme" license = "MIT" -homepage = "https://codeberg.org/alanpearce/zola/bearblog" +homepage = "https://codeberg.org/alanpearce/zola-bearblog" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://alanpearce.codeberg.page/zola-bearblog" +demo = "https://zola-bearblog.netlify.app/" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will @@ -13,6 +13,7 @@ demo = "https://alanpearce.codeberg.page/zola-bearblog" # Use snake_casing to be consistent with the rest of Zola [extra] date_format="%d %b, %Y" +webserver_sends_csp_headers=false [author] name = "Alan Pearce" |