summary refs log tree commit diff stats
path: root/themes/bear/theme.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-09-09 19:23:38 +0200
committerAlan Pearce2023-09-09 19:23:38 +0200
commitc8d206442c65eaf999445db6c104ee55a07dd931 (patch)
tree753a4e6d1c69753d3bc7b396a80465950ff66ecd /themes/bear/theme.toml
parentb2c15923b33fa65bffe8a5eaef869e6b66d70078 (diff)
parenta961bc284bb130e44468c07aaaa028652c151e08 (diff)
downloadwebsite-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.toml5
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"